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