Class ProjectMemberCollection.IdxPersonId
Class representing index 'IDXPmembPerson_id'.
Inheritance
System.Object
ProjectMemberCollection.IdxPersonId
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxPersonId : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxPersonId>, ISentryIgnorable
Constructors
IdxPersonId(Int32)
Constructor for class ProjectMemberCollection.IdxPersonId This class represents index 'IDXPmembPerson_id'.
Declaration
public IdxPersonId(int personId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | 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 |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)