Show / Hide Table of Contents

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.
This strategy will make sure that default values are assigned as needed and numbers will be allocated only when strictly needed.

CreateNew

Default strategy when creating a new instance.
This includes allocating numbers and forcing new default values.

DefaultValues

Strategy used when data from another system or client will be applied.
This strategy will not allocate numbers in number-series.

None

Do Nothing

Extension Methods

EnumUtil.MapEnums<SuperOffice.CRM.Rows.DefaulterStrategy, To>()
ObjectExtensions.AssignByReflection<DefaulterStrategy>(DefaulterStrategy)
ObjectExtensions.GraphCopy<DefaulterStrategy>()
Converters.MapEnums<DefaulterStrategy, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top