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