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