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