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