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