Class PersonCollection.IdxContactIdRank
Class representing index 'ICont_idRank'.
Inheritance
PersonCollection.IdxContactIdRank
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class PersonCollection.IdxContactIdRank : PersonCollection.PersonCollectionIdx<PersonRows.IdxContactIdRank>, ISentryIgnorable
Constructors
IdxContactIdRank(int, short)
Constructor for class PersonCollection.IdxContactIdRank This class represents index 'ICont_idRank'.
Declaration
public IdxContactIdRank(int contactId, short rank)
Parameters
Type | Name | Description |
---|---|---|
int | contactId | Owning contact ID |
short | rank | Display sort sequence for default sort order |
Properties
ContactId
Owning contact ID
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
int |
Rank
Display sort sequence for default sort order
Declaration
public short Rank { get; set; }
Property Value
Type | Description |
---|---|
short |