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