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