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