Skip to main content

Class ActivityFilter

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ActivityFilter. Activity list filter information.

Inheritance

objectCarrierActivityFilter

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ActivityFilter()

Default constructor - defaults any enum props to 0.

Properties

AssociateList

The list of associates to filter on

Property Value

SelectableMDOListItem[]

FromDate

The filtering From date

Property Value

DateTime

FutureDateList

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

Property Value

MDOListItem[]

GroupList

The list of groups to filter on

Property Value

SelectableMDOListItem[]

ToDate

The filtering To date

Property Value

DateTime

See Also

ArchiveAgent