Class ActivityList.FromProject
FromProject contains the different methods to create an ActivityList.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ActivityList.FromProject : ActivityList.ActivityListQuery
Constructors
FromProject(int, ArchiveFilterType)
Constructor. This constructor creates an ActivityList based on a project.
Declaration
public FromProject(int projectid, ArchiveFilterType type)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
FromProject(int, ArchiveFilterType, DateTime, DateTime)
Constructor. This constructor creates an ActivityList based on a project and dates.
Declaration
public FromProject(int projectid, ArchiveFilterType type, DateTime startdate, DateTime enddate)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
DateTime | startdate | The start date for the time period we want to search on. |
DateTime | enddate | The end date for the time period we want to search on. |
FromProject(int, ArchiveFilterType, DateTime, DateTime, params int[])
Constructor. This constructor creates an ActivityList based on a project, date and associates.
Declaration
public FromProject(int projectid, ArchiveFilterType type, DateTime startdate, DateTime enddate, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
DateTime | startdate | The start date for the time period we want to search on. |
DateTime | enddate | The end date for the time period we want to search on. |
int[] | associates | The associates we want to build the list on. |
FromProject(int, ArchiveFilterType, params int[])
Constructor. This constructor creates an ActivityList based on a project and associates.
Declaration
public FromProject(int projectid, ArchiveFilterType type, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
int[] | associates | The associates we want to build the list on. |
FromProject(int, DateTimeSearchType, ArchiveFilterType)
Constructor. This constructor creates an ActivityList based on a project and dates.
Declaration
public FromProject(int projectid, DateTimeSearchType date, ArchiveFilterType type)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
DateTimeSearchType | date | The date we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
FromProject(int, DateTimeSearchType, ArchiveFilterType, params int[])
Constructor. This constructor creates an ActivityList based on a project, date and associates.
Declaration
public FromProject(int projectid, DateTimeSearchType date, ArchiveFilterType type, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | projectid | The project we want to build the list on. |
DateTimeSearchType | date | The date we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
int[] | associates | The associates we want to build the list on. |