Enum DefaulterStrategy
Strategy applied when applying defualt values
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
[Flags]
public enum DefaulterStrategy
Fields
Name | Description |
---|---|
AllocateNumbers | Strategy used after data from another system or client has been applied. |
CreateNew | Default strategy when creating a new instance. |
DefaultValues | Strategy used when data from another system or client will be applied. |
None | Do Nothing |