Class PersonRows.IdxContactIdRank
Class representing index 'ICont_idRank'.
Inheritance
PersonRows.IdxContactIdRank
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PersonRows.IdxContactIdRank : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxContactIdRank(int, short)
Constructor for class PersonRows.IdxContactIdRank This class represents index 'ICont_idRank'.
Declaration
public IdxContactIdRank(int contactId, short rank)
Parameters
| Type | Name | Description |
|---|---|---|
| int | contactId | |
| short | rank |
Properties
ContactId
Owning contact ID
Declaration
public int ContactId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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
Display sort sequence for default sort order
Declaration
public short Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
Methods
UpdateRow(TableRowBase)
Update the PersonRow 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 PersonRow. |