Enum InterRestrictionOperator
Operators to be used between restrictions, describes how this restriction is related to the next one in an array
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum InterRestrictionOperator
Fields
Name | Description |
---|---|
And | 1: |
None | 0: |
Or | 2: |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.InterRestrictionOperator, To>()