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