Class ActivityFilter
Activity list filter information.
Carrier object for ActivityFilter. Services for the ActivityFilter Carrier is available from the Archive Agent.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
Properties
AssociateList
The list of associates to filter on
Declaration
[DataMember]
public virtual SelectableMDOListItem[] AssociateList { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectableMDOListItem[] |
See Also
FromDate
The filtering From date
Declaration
[DataMember]
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
[DataMember]
public virtual MDOListItem[] FutureDateList { get; set; }
Property Value
| Type | Description |
|---|---|
| MDOListItem[] |
See Also
GroupList
The list of groups to filter on
Declaration
[DataMember]
public virtual SelectableMDOListItem[] GroupList { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectableMDOListItem[] |
See Also
ToDate
The filtering To date
Declaration
[DataMember]
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. |