Class TagsHeadingLinkRows.IdxTagsId
Class representing index 'IDXTagsHeadingLinkTags_id'.
Inheritance
TagsHeadingLinkRows.IdxTagsId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TagsHeadingLinkRows.IdxTagsId : TagsHeadingLinkRows.TagsHeadingLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTagsId(int)
Constructor for class TagsHeadingLinkRows.IdxTagsId This class represents index 'IDXTagsHeadingLinkTags_id'.
Declaration
public IdxTagsId(int tagsId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tagsId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
| Type | Description |
|---|---|
| Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
TagsId
Link to Tags list table
Declaration
public int TagsId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the TagsHeadingLinkRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | baseRow | The row to update. This must be an instance of TagsHeadingLinkRow. |