Class ProjectEventList.FromProject
FromProject contains the different methods to create a PersonList.
Inheritance
ProjectEventList.FromProject
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectEventList.FromProject : ProjectEventList.ProjectEventListQuery, ICloneable
Constructors
FromProject(int)
Constructor. This constructor creates a ProjectEventList based on the project_id.
Declaration
public FromProject(int projectId)
Parameters
Type | Name | Description |
---|---|---|
int | projectId | The project we want to base the EventList on. |
FromProject(int, int)
Constructor. This constructor creates a ProjectEventList based on the projectId and personId.
Declaration
public FromProject(int projectId, int personId)
Parameters
Type | Name | Description |
---|---|---|
int | projectId | The project we want to base the EventList on. |
int | personId |