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