AllowResetAttribute
Override to allow a property to be reset back to their default values using partial updates. By default properties with any validators cannot be reset
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AllowResetAttribute : AttributeBase, _Attribute
Implements
System.Runtime.InteropServices._Attribute