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