Class DefaulterStrategy
Strategy applied when applying defualt values
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DefaulterStrategy : Enum
Fields
AllocateNumbers
Strategy used after data from another system or client has been applied.
This strategy will make sure that default values are assigned as needed and
numbers will be allocated only when strictly needed.
Declaration
public const DefaulterStrategy AllocateNumbers
Field Value
Type | Description |
---|---|
DefaulterStrategy |
CreateNew
Default strategy when creating a new instance.
This includes allocating numbers and forcing new default values.
Declaration
public const DefaulterStrategy CreateNew
Field Value
Type | Description |
---|---|
DefaulterStrategy |
DefaultValues
Strategy used when data from another system or client will be applied.
This strategy will not allocate numbers in number-series.
Declaration
public const DefaulterStrategy DefaultValues
Field Value
Type | Description |
---|---|
DefaulterStrategy |
None
Do Nothing
Declaration
public const DefaulterStrategy None
Field Value
Type | Description |
---|---|
DefaulterStrategy |
value__
Strategy applied when applying defualt values
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)