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