Class ProjectMemberCollection.IdxPersonId
Class representing index 'IDXPmembPerson_id'.
Inheritance
ProjectMemberCollection.IdxPersonId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectMemberCollection.IdxPersonId : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxPersonId>, ISentryIgnorable
Constructors
IdxPersonId(int)
Constructor for class ProjectMemberCollection.IdxPersonId This class represents index 'IDXPmembPerson_id'.
Declaration
public IdxPersonId(int personId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | personId | Person ID of person who is the project member |
Properties
PersonId
Person ID of person who is the project member
Declaration
public int PersonId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |