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 FromProject : ProjectEventList.ProjectEventListQuery, ICloneable
Constructors
FromProject(Int32)
Constructor. This constructor creates a ProjectEventList based on the project_id.
Declaration
public FromProject(int projectId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | projectId | The project we want to base the EventList on. |
FromProject(Int32, Int32)
Constructor. This constructor creates a ProjectEventList based on the projectId and personId.
Declaration
public FromProject(int projectId, int personId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | projectId | The project we want to base the EventList on. |
Int32 | personId |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)