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