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