Class DocDocumentRow.DocDocumentRowIdxBase
Abstract base class for accessors.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class DocDocumentRowIdxBase : IdxBase<DocDocumentTableInfo>, ICloneable, ISentryIgnorable
Constructors
DocDocumentRowIdxBase()
Declaration
protected DocDocumentRowIdxBase()
Properties
DocDocumentTableInfo
Get the DocDocumentTableInfo for the table that the selector covers
Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public DocDocumentTableInfo DocDocumentTableInfo { get; }
Property Value
Type | Description |
---|---|
DocDocumentTableInfo | Instance of DocDocumentTableInfo |
Methods
ToDocDocumentRow()
Operator converting an instance of DocDocumentRow.DocDocumentRowIdx to a DocDocumentRow.
This operator performs a select against the database.
Declaration
public DocDocumentRow ToDocDocumentRow()
Returns
Type | Description |
---|---|
DocDocumentRow | The result of the query against the database as a DocDocumentRow |
ToDocDocumentRow(ITableRowLoadHandler)
Operator converting an instance of DocDocumentRow.DocDocumentRowIdx to a DocDocumentRow.
This operator performs a select against the database.
Declaration
public DocDocumentRow ToDocDocumentRow(ITableRowLoadHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ITableRowLoadHandler | handler |
Returns
Type | Description |
---|---|
DocDocumentRow | The result of the query against the database as a DocDocumentRow |
ToDocDocumentRows()
Operator converting an instance of
Declaration
public DocDocumentRows ToDocDocumentRows()
Returns
Type | Description |
---|---|
DocDocumentRows | The result of the query against the database as a DocDocumentRows |
ToDocDocumentRows(ITableRowLoadHandlerFactory)
Operator converting an instance of
Declaration
public DocDocumentRows ToDocDocumentRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type | Name | Description |
---|---|---|
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory | tableRowHandlerFactory | Factory for creating ITableRowLoadHandlers. |
Returns
Type | Description |
---|---|
DocDocumentRows | The result of the query against the database as a DocDocumentRows |
Operators
Implicit(DocDocumentRow.DocDocumentRowIdxBase to DocDocumentRow)
Operator converting an instance of DocDocumentRow.DocDocumentRowIdx to a DocDocumentRow.
This operator performs a select against the database.
Declaration
public static implicit operator DocDocumentRow(DocDocumentRow.DocDocumentRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
DocDocumentRow.DocDocumentRowIdxBase | pThis | The DocDocumentRow.DocDocumentRowIdx to convert |
Returns
Type | Description |
---|---|
DocDocumentRow | The result of the query against the database as a DocDocumentRow |
Implicit(DocDocumentRow.DocDocumentRowIdxBase to DocDocumentRows)
Operator converting an instance of
Declaration
public static implicit operator DocDocumentRows(DocDocumentRow.DocDocumentRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
DocDocumentRow.DocDocumentRowIdxBase | pThis | The |
Returns
Type | Description |
---|---|
DocDocumentRows | The result of the query against the database as a DocDocumentRows |