Show / Hide Table of Contents

Class ActivityFilter

Activity list filter information.

Carrier object for ActivityFilter. Services for the ActivityFilter Carrier is available from the Archive Agent.
Inheritance
object
ActivityFilter
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class ActivityFilter : Carrier

Constructors

ActivityFilter()

Default constructor

Declaration
public ActivityFilter()
See Also
IArchiveAgent

Properties

AssociateList

The list of associates to filter on

Declaration
[DataMember]
public virtual SelectableMDOListItem[] AssociateList { get; set; }
Property Value
Type Description
SelectableMDOListItem[]
See Also
IArchiveAgent

FromDate

The filtering From date

Declaration
[DataMember]
public virtual DateTime FromDate { get; set; }
Property Value
Type Description
DateTime
See Also
IArchiveAgent

FutureDateList

The list of future date selections. This is a static MDO list with standard values.

Declaration
[DataMember]
public virtual MDOListItem[] FutureDateList { get; set; }
Property Value
Type Description
MDOListItem[]
See Also
IArchiveAgent

GroupList

The list of groups to filter on

Declaration
[DataMember]
public virtual SelectableMDOListItem[] GroupList { get; set; }
Property Value
Type Description
SelectableMDOListItem[]
See Also
IArchiveAgent

ToDate

The filtering To date

Declaration
[DataMember]
public virtual DateTime ToDate { get; set; }
Property Value
Type Description
DateTime
See Also
IArchiveAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IArchiveAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IArchiveAgent

See Also

IArchiveAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top