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