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