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