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