Class TagsGroupLinkRows.IdxTagsId
Class representing index 'IDXTagsGroupLinkTags_id'.
Inheritance
TagsGroupLinkRows.IdxTagsId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TagsGroupLinkRows.IdxTagsId : TagsGroupLinkRows.TagsGroupLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTagsId(int)
Constructor for class TagsGroupLinkRows.IdxTagsId This class represents index 'IDXTagsGroupLinkTags_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 TagsGroupLinkRow 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 TagsGroupLinkRow. |