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