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