Enum AutoSetMode
Default strategy to set the value of a property
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public enum AutoSetMode : int
Fields
Name | Description |
---|---|
Always | Always set the value |
IfNull | Set the value if it is null |
Never | Never set the value |