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