Class Document.DocumentIdx
Base class for the index facades.
Inheritance
Document.DocumentIdx
Implements
Inherited Members
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
Extension Methods
EnumUtil.MapEnums<From, To>(From)