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