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