Class SearchCatHeadingLinkRow.IdxSearchcatheadinglinkId
Class representing index 'IDXSearchCatHLId'.
Inheritance
SearchCatHeadingLinkRow.IdxSearchcatheadinglinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SearchCatHeadingLinkRow.IdxSearchcatheadinglinkId : SearchCatHeadingLinkRow.SearchCatHeadingLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSearchcatheadinglinkId(int)
Constructor for class SearchCatHeadingLink.IdxSearchcatheadinglinkId This class represents index 'IDXSearchCatHLId'.
Declaration
public IdxSearchcatheadinglinkId(int searchcatheadinglinkId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | searchcatheadinglinkId |
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 SearchCatHeadingLinkRow 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 SearchCatHeadingLinkRow. |