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
PersonCollection.PersonCollectionIdx<PersonRows.IdxContactIdRank>.RowIdx
PersonCollection.PersonCollectionIdx.ToPersonCollection()
PersonCollection.PersonCollectionIdx.IsDistinct
Person.PersonIdxBase.AssociateRelationTableInfo
Person.PersonIdxBase.UdefLargeRelationTableInfo
Person.PersonIdxBase.UdefSmallRelationTableInfo
Person.PersonIdxBase.CategoryRelationTableInfo
Person.PersonIdxBase.BusinessRelationTableInfo
Person.PersonIdxBase.ContactRelationTableInfo
Person.PersonIdxBase.PositionRelationTableInfo
Person.PersonIdxBase.AddressRelationTableInfo
Person.PersonIdxBase.CountryRelationTableInfo
Person.PersonIdxBase.InfoRelationTableInfo
Person.PersonIdxBase.TableInfo
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.TableInfo
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.RowIdx
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.JoinRestriction
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.ReturnFields
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

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