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