Skip to main content

AutoUpdateAttribute

Change the update behavior to only update non-default values

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AutoUpdateAttribute : AttributeBase, _Attribute

Properties​

Style​

View Source​
Declaration
public AutoUpdateStyle Style { get; set; }

Implements​

  • System.Runtime.InteropServices._Attribute