Class Selection.SelectionIdx
Base class for the index facades.
Inheritance
Selection.SelectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class SelectionIdx : Selection.SelectionIdxBase, ISentryIgnorable
Constructors
SelectionIdx(SelectionRow.SelectionRowIdx)
Constructor for the index facades.
Declaration
protected SelectionIdx(SelectionRow.SelectionRowIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SelectionRow.SelectionRowIdx | idx | Index for the SelectionRow object |
Methods
ToSelection()
Operator retrieving an object assignable to Selection based upon the index.
Declaration
public Selection ToSelection()
Returns
Type | Description |
---|---|
Selection | Instance of an object assignable to Selection based upon the value of the index. |
Operators
Implicit(Selection.SelectionIdx to Selection)
Operator retrieving an object assignable to Selection based upon the index.
Declaration
public static implicit operator Selection(Selection.SelectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
Selection.SelectionIdx | idx | The index the Selection represents |
Returns
Type | Description |
---|---|
Selection | Instance of an object assignable to Selection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)