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