Class SearchCatRow.IdxSearchCatId
Class representing index 'IDXSearchCatId'.
Inheritance
SearchCatRow.IdxSearchCatId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SearchCatRow.IdxSearchCatId : SearchCatRow.SearchCatRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSearchCatId(int)
Constructor for class SearchCat.IdxSearchCatId This class represents index 'IDXSearchCatId'.
Declaration
public IdxSearchCatId(int searchCatId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | searchCatId |
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 SearchCatRow 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 SearchCatRow. |