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