Class 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 sealed class InterRestrictionOperator : Enum
Fields
And
1:
Declaration
public const InterRestrictionOperator And
Field Value
Type | Description |
---|---|
InterRestrictionOperator |
None
0:
Declaration
public const InterRestrictionOperator None
Field Value
Type | Description |
---|---|
InterRestrictionOperator |
Or
2:
Declaration
public const InterRestrictionOperator Or
Field Value
Type | Description |
---|---|
InterRestrictionOperator |
value__
Operators to be used between restrictions, describes how this restriction is related to the next one in an array
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)