Enum SelectionType
Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum SelectionType
Fields
Name | Description |
---|---|
Combined | 2: Combined selection |
Dynamic | 1: Dynamic selection |
Static | 0: Static selection |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.SelectionType, To>()