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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum SelectionType
Fields
| Name | Description |
|---|---|
| Combined | 2: Combined selection |
| Dynamic | 1: Dynamic selection |
| Static | 0: Static selection |