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