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