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