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