Class 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 sealed class SelectionType : Enum
Fields
Combined
2: Combined selection
Declaration
public const SelectionType Combined
Field Value
Type | Description |
---|---|
SelectionType |
Dynamic
1: Dynamic selection
Declaration
public const SelectionType Dynamic
Field Value
Type | Description |
---|---|
SelectionType |
Static
0: Static selection
Declaration
public const SelectionType Static
Field Value
Type | Description |
---|---|
SelectionType |
value__
Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)