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