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