Class SelectionUnionTypeList
Different ways to combine selections: Union, Intersect, Disjoin, Left or Right Subtraction.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SelectionUnionType")]
public class SelectionUnionTypeList : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
SelectionUnionTypeList()
Different ways to combine selections: Union, Intersect, Disjoin, Left or Right Subtraction.
Declaration
public SelectionUnionTypeList()
Fields
ProviderName
Different ways to combine selections: Union, Intersect, Disjoin, Left or Right Subtraction.
Declaration
public const string ProviderName = "SelectionUnionType"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Different ways to combine selections: Union, Intersect, Disjoin, Left or Right Subtraction.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)