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