Show / Hide Table of Contents

Class ActivityList.FromContact

FromContact contains the different methods to create an ActivityList.

Inheritance
Object
SqlCommand
TableExpression
ActivityList.ActivityListQuery
ActivityList.FromContact
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.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
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromContact : ActivityList.ActivityListQuery

Constructors

FromContact(Int32, ArchiveFilterType)

Constructor. This constructor creates an ActivityList based on the contact.

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

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

Int32[] associates

The associates we want to build the list on.

FromContact(Int32, ArchiveFilterType, Int32[])

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

Int32[] associates

The associates we want to build the list on.

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

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

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.ExecuteScalar<T>(SqlCommand, Boolean)
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