Show / Hide Table of Contents

Class Document.DocumentIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>
Document.DocumentIdxBase
Document.DocumentIdx
Document.DocumentIdx<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 DocumentIdx : Document.DocumentIdxBase, ISentryIgnorable

Constructors

DocumentIdx(DocumentRow.DocumentRowIdx)

Constructor for the index facades.

Declaration
protected DocumentIdx(DocumentRow.DocumentRowIdx idx)
Parameters
Type Name Description
DocumentRow.DocumentRowIdx idx

Index for the DocumentRow object

Methods

ToDocument()

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

Declaration
public Document ToDocument()
Returns
Type Description
Document

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

Operators

Implicit(Document.DocumentIdx to Document)

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

Declaration
public static implicit operator Document(Document.DocumentIdx idx)
Parameters
Type Name Description
Document.DocumentIdx idx

The index the Document represents

Returns
Type Description
Document

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