Show / Hide Table of Contents

Class ActivityList.FromProject

FromProject contains the different methods to create an ActivityList.

Inheritance
object
SqlCommand
TableExpression
ActivityList.ActivityListQuery
ActivityList.FromProject
Inherited Members
ActivityList.ActivityListQuery.ToActivityListAsync(CancellationToken)
ActivityList.ActivityListQuery.SqlType
TableExpression.GetTableInfos()
TableExpression.Add(params Select[])
TableExpression.TableExp
TableExpression.TableExpOrderBy
SqlCommand.Origin
SqlCommand.AdditionalInfo
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
QueryExectionExtensions.ExecuteNonQuery(SqlCommand)
QueryExectionExtensions.ExecuteNonQueryAsync(SqlCommand, CancellationToken)
QueryExectionExtensions.ExecuteReader(SqlCommand, bool)
QueryExectionExtensions.ExecuteReaderAsync(SqlCommand, bool, CancellationToken)
QueryExectionExtensions.ExecuteScalarAsync<T>(SqlCommand, bool, CancellationToken)
QueryExectionExtensions.ExecuteScalarAsync<T>(SqlCommand, CancellationToken)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top