Enum SaintRestrictionExtenderBase.CounterType
Counter data type, such as date, number or bool
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public enum CounterType
Fields
Name | Description |
---|---|
Bool | Counter of type boolean |
Date | Counter of type date/datetime |
Number | Counter of type integer number |
Extension Methods
EnumUtil.MapEnums<SuperOffice.CRM.ArchiveLists.SaintRestrictionExtenderBase.CounterType, To>()