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