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