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