Show / Hide Table of Contents

Enum 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 enum SelectionUnionType : short

Fields

Name Description
Intersect

3: Those present in left AND right only

SubtractLeftFromRight

2: All of right, except where it overlaps with left

SubtractRightFromLeft

1: All of left, except where it overlaps with right

Union

5: All, but no duplicates for those present in left and right

Unknown

0: Combination type is unknown/indefined

XOR

4: Those present in left or right, but not both

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.SelectionUnionType, To>()
ObjectExtensions.AssignByReflection<SelectionUnionType>(SelectionUnionType)
ObjectExtensions.GraphCopy<SelectionUnionType>()
Converters.MapEnums<SelectionUnionType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top