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