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._contact_id
ActivityList.ActivityListQuery._date
ActivityList.ActivityListQuery._associates
ActivityList.ActivityListQuery._project_id
ActivityList.ActivityListQuery._type
ActivityList.ActivityListQuery._dummyParameter
ActivityList.ActivityListQuery._startDate
ActivityList.ActivityListQuery._endDate
ActivityList.ActivityListQuery._a
ActivityList.ActivityListQuery._t
ActivityList.ActivityListQuery._p
ActivityList.ActivityListQuery._pr
ActivityList.ActivityListQuery._ta
ActivityList.ActivityListQuery._ass
ActivityList.ActivityListQuery._assRegistered
ActivityList.ActivityListQuery._personRegistered
ActivityList.ActivityListQuery._d
ActivityList.ActivityListQuery._dt
ActivityList.ActivityListQuery._s
ActivityList.ActivityListQuery._prob
ActivityList.ActivityListQuery.ToActivityList()
ActivityList.ActivityListQuery.SqlType
TableExpression.GetTableInfos()
TableExpression.Add(Select[])
TableExpression.TableExp
TableExpression.TableExpOrderBy
SqlCommand.Origin
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()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromProject : ActivityList.ActivityListQuery

Constructors

FromProject(Int32, ArchiveFilterType)

Constructor. This constructor creates an ActivityList based on a project.

Declaration
public FromProject(int projectid, ArchiveFilterType type)
Parameters
Type Name Description
Int32 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(Int32, 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
Int32 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(Int32, ArchiveFilterType, DateTime, DateTime, Int32[])

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
Int32 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.

Int32[] associates

The associates we want to build the list on.

FromProject(Int32, ArchiveFilterType, Int32[])

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
Int32 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.

Int32[] associates

The associates we want to build the list on.

FromProject(Int32, 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
Int32 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(Int32, DateTimeSearchType, ArchiveFilterType, Int32[])

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
Int32 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.

Int32[] associates

The associates we want to build the list on.

Extension Methods

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