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