Class ActivityFilter
Activity list filter information.
Carrier object for ActivityFilter. Services for the ActivityFilter Carrier is available from the IArchiveAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ActivityFilter : Carrier
Constructors
ActivityFilter()
Default constructor
Declaration
public ActivityFilter()
See Also
Properties
AssociateList
The list of associates to filter on
Declaration
public virtual SelectableMDOListItem[] AssociateList { get; set; }
Property Value
Type | Description |
---|---|
SelectableMDOListItem[] |
See Also
FromDate
The filtering From date
Declaration
public virtual DateTime FromDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
FutureDateList
The list of future date selections. This is a static MDO list with standard values.
Declaration
public virtual MDOListItem[] FutureDateList { get; set; }
Property Value
Type | Description |
---|---|
MDOListItem[] |
See Also
GroupList
The list of groups to filter on
Declaration
public virtual SelectableMDOListItem[] GroupList { get; set; }
Property Value
Type | Description |
---|---|
SelectableMDOListItem[] |
See Also
ToDate
The filtering To date
Declaration
public virtual DateTime ToDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |