Class CategoryHeadingLinkRow.IdxCategoryheadinglinkId
Class representing index 'IDXCategoryHLId'.
Inheritance
CategoryHeadingLinkRow.IdxCategoryheadinglinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class CategoryHeadingLinkRow.IdxCategoryheadinglinkId : CategoryHeadingLinkRow.CategoryHeadingLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxCategoryheadinglinkId(int)
Constructor for class CategoryHeadingLink.IdxCategoryheadinglinkId This class represents index 'IDXCategoryHLId'.
Declaration
public IdxCategoryheadinglinkId(int categoryheadinglinkId)
Parameters
Type | Name | Description |
---|---|---|
int | categoryheadinglinkId |
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
Methods
UpdateRow(TableRowBase)
Update the CategoryHeadingLinkRow 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 CategoryHeadingLinkRow. |