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