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