Show / Hide Table of Contents

Class SelectionCollection.SelectionCollectionIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>
Selection.SelectionIdxBase
SelectionCollection.SelectionCollectionIdx
SelectionCollection.SelectionCollectionIdx<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 SelectionCollectionIdx : Selection.SelectionIdxBase, ISentryIgnorable

Constructors

SelectionCollectionIdx(SelectionRows.SelectionRowsIdx)

Constructor for the index facades.

Declaration
protected SelectionCollectionIdx(SelectionRows.SelectionRowsIdx idx)
Parameters
Type Name Description
SelectionRows.SelectionRowsIdx idx

Index for the SelectionRows object

Properties

IsDistinct

Flag indicating that the Select-command is DISTINCT.

Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type Description
Boolean

Methods

ToSelectionCollection()

Operator retrieving an object assignable to SelectionCollection based upon the index.

Declaration
public SelectionCollection ToSelectionCollection()
Returns
Type Description
SelectionCollection

Instance of an object assignable to SelectionCollection based upon the value of the index.

Operators

Implicit(SelectionCollection.SelectionCollectionIdx to SelectionCollection)

Operator retrieving an object assignable to SelectionCollection based upon the index.

Declaration
public static implicit operator SelectionCollection(SelectionCollection.SelectionCollectionIdx idx)
Parameters
Type Name Description
SelectionCollection.SelectionCollectionIdx idx

The index the SelectionCollection represents

Returns
Type Description
SelectionCollection

Instance of an object assignable to SelectionCollection 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