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