Show / Hide Table of Contents

Class PersonCollection.IdxContactIdRank

Class representing index 'ICont_idRank'.

Inheritance
object
EntityIdxBase
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxContactIdRank>
PersonCollection.IdxContactIdRank
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top