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