Class ActivityList.FromContact
FromContact contains the different methods to create an ActivityList.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ActivityList.FromContact : ActivityList.ActivityListQuery
Constructors
FromContact(int, ArchiveFilterType)
Constructor. This constructor creates an ActivityList based on the contact.
Declaration
public FromContact(int contactid, ArchiveFilterType type)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact we want to build the list on. |
ArchiveFilterType | type | The filter-settings. Which data are we going to show in the list. |
FromContact(int, ArchiveFilterType, DateTime, DateTime)
Constructor. This constructor creates an ActivityList based on the contact and date.
Declaration
public FromContact(int contactid, ArchiveFilterType type, DateTime startdate, DateTime enddate)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact 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. |
FromContact(int, ArchiveFilterType, DateTime, DateTime, params int[])
Constructor. This constructor creates an ActivityList based on the contact, date and associates.
Declaration
public FromContact(int contactid, ArchiveFilterType type, DateTime startdate, DateTime enddate, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact 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. |
FromContact(int, ArchiveFilterType, params int[])
Constructor. This constructor creates an ActivityList based on the contact and associates.
Declaration
public FromContact(int contactid, ArchiveFilterType type, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact 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. |
FromContact(int, DateTimeSearchType, ArchiveFilterType)
Constructor. This constructor creates an ActivityList based on the contact and date.
Declaration
public FromContact(int contactid, DateTimeSearchType date, ArchiveFilterType type)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact 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. |
FromContact(int, DateTimeSearchType, ArchiveFilterType, params int[])
Constructor. This constructor creates an ActivityList based on the contact, date and associates.
Declaration
public FromContact(int contactid, DateTimeSearchType date, ArchiveFilterType type, params int[] associates)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact 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. |