Class SearchCriteriaGroupRows.IdxSearchCriteriaIdRank
Class representing index 'ISearchCriteria_idRank'.
Inheritance
SearchCriteriaGroupRows.IdxSearchCriteriaIdRank
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SearchCriteriaGroupRows.IdxSearchCriteriaIdRank : SearchCriteriaGroupRows.SearchCriteriaGroupRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSearchCriteriaIdRank(int, short)
Constructor for class SearchCriteriaGroupRows.IdxSearchCriteriaIdRank This class represents index 'ISearchCriteria_idRank'.
Declaration
public IdxSearchCriteriaIdRank(int searchCriteriaId, short rank)
Parameters
Type | Name | Description |
---|---|---|
int | searchCriteriaId | |
short | rank |
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
Rank
Rank order within this CriteriaModel
Declaration
public short Rank { get; set; }
Property Value
Type | Description |
---|---|
short |
SearchCriteriaId
Owning model
Declaration
public int SearchCriteriaId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the SearchCriteriaGroupRow 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 SearchCriteriaGroupRow. |