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