Class SelectionUnionType
How the selections in a combined selections should be put together This Enum is used by: selection.combinationType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SelectionUnionType : Enum
Fields
Intersect
3: Those present in left AND right only
Declaration
public const SelectionUnionType Intersect
Field Value
Type | Description |
---|---|
SelectionUnionType |
SubtractLeftFromRight
2: All of right, except where it overlaps with left
Declaration
public const SelectionUnionType SubtractLeftFromRight
Field Value
Type | Description |
---|---|
SelectionUnionType |
SubtractRightFromLeft
1: All of left, except where it overlaps with right
Declaration
public const SelectionUnionType SubtractRightFromLeft
Field Value
Type | Description |
---|---|
SelectionUnionType |
Union
5: All, but no duplicates for those present in left and right
Declaration
public const SelectionUnionType Union
Field Value
Type | Description |
---|---|
SelectionUnionType |
Unknown
0: Combination type is unknown/indefined
Declaration
public const SelectionUnionType Unknown
Field Value
Type | Description |
---|---|
SelectionUnionType |
value__
How the selections in a combined selections should be put together This Enum is used by: selection.combinationType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
XOR
4: Those present in left or right, but not both
Declaration
public const SelectionUnionType XOR
Field Value
Type | Description |
---|---|
SelectionUnionType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)