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