Class ProjectMemberCollection.IdxContactId
Class representing index 'IDXPmembContact_id'.
Inheritance
EntityIdxBase
ProjectMember.ProjectMemberIdxBase
ProjectMemberCollection.ProjectMemberCollectionIdx
ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxContactId>
ProjectMemberCollection.IdxContactId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactId : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxContactId>, ISentryIgnorable
Constructors
IdxContactId(Int32)
Constructor for class ProjectMemberCollection.IdxContactId This class represents index 'IDXPmembContact_id'.
Declaration
public IdxContactId(int contactId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactId | Contact ID of person who is the project member (slight denormalization) |
Properties
ContactId
Contact ID of person who is the project member (slight denormalization)
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)