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