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