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