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