Show / Hide Table of Contents

Class SelectionUnionType

How the selections in a combined selections should be put together This Enum is used by: selection.combinationType

Inheritance
System.Object
SelectionUnionType
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__

Declaration
public short value__
Field Value
Type Description
System.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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top