ModelSelector Enum
.NET Standard 2.x
The data state of the embedded model class that will be used by the SetValue
attribute to determine whether to set values.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public enum ModelSelector
Members
Member Name | Description |
---|---|
All | All |
ChangedOnly | Changed data. |
UnchangedOnly | Unchanged data. |