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