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