Show / Hide Table of Contents

Class DocumentCollection.DocumentCollectionIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>
Document.DocumentIdxBase
DocumentCollection.DocumentCollectionIdx
DocumentCollection.DocumentCollectionIdx<TIdx>
Implements
ISentryIgnorable
Inherited Members
Document.DocumentIdxBase.UdefSmallRelationTableInfo
Document.DocumentIdxBase.DocumentTextRelationTableInfo
Document.DocumentIdxBase.ExternalApplicationRelationTableInfo
Document.DocumentIdxBase.UdefLargeRelationTableInfo
Document.DocumentIdxBase.TableInfo
Document.DocumentIdxBase.PublishTableInfo
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.TableInfo
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.RowIdx
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.JoinRestriction
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.ReturnFields
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>.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 DocumentCollectionIdx : Document.DocumentIdxBase, ISentryIgnorable

Constructors

DocumentCollectionIdx(DocumentRows.DocumentRowsIdx)

Constructor for the index facades.

Declaration
protected DocumentCollectionIdx(DocumentRows.DocumentRowsIdx idx)
Parameters
Type Name Description
DocumentRows.DocumentRowsIdx idx

Index for the DocumentRows object

Properties

IsDistinct

Flag indicating that the Select-command is DISTINCT.

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

Methods

ToDocumentCollection()

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

Declaration
public DocumentCollection ToDocumentCollection()
Returns
Type Description
DocumentCollection

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

Operators

Implicit(DocumentCollection.DocumentCollectionIdx to DocumentCollection)

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

Declaration
public static implicit operator DocumentCollection(DocumentCollection.DocumentCollectionIdx idx)
Parameters
Type Name Description
DocumentCollection.DocumentCollectionIdx idx

The index the DocumentCollection represents

Returns
Type Description
DocumentCollection

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