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