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