Class ProjectMemberCollection.IdxContactId
Class representing index 'IDXPmembContact_id'.
Inheritance
ProjectMemberCollection.IdxContactId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectMemberCollection.IdxContactId : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxContactId>, ISentryIgnorable
Constructors
IdxContactId(int)
Constructor for class ProjectMemberCollection.IdxContactId This class represents index 'IDXPmembContact_id'.
Declaration
public IdxContactId(int contactId)
Parameters
Type | Name | Description |
---|---|---|
int | 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 |
---|---|
int |