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