Show / Hide Table of Contents

Class Selection.SelectionIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>
Selection.SelectionIdxBase
Selection.SelectionIdx
Selection.SelectionIdx<TIdx>
Implements
ISentryIgnorable
Inherited Members
Selection.SelectionIdxBase.UserGroupRelationTableInfo
Selection.SelectionIdxBase.SelectionTextRelationTableInfo
Selection.SelectionIdxBase.SelectionInfoRelationTableInfo
Selection.SelectionIdxBase.SearchCategoryRelationTableInfo
Selection.SelectionIdxBase.TableInfo
Selection.SelectionIdxBase.VisibleForTableInfo
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.TableInfo
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.RowIdx
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.JoinRestriction
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.ReturnFields
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

ISentryIgnorable

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