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