Skip to main content

Class ActivitySummary

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ActivitySummary. Activity information summary - number of free and busy activities.

Inheritance

objectCarrierActivitySummary

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

ActivitySummary()

Default constructor - defaults any enum props to 0.

Properties

NumBusyActivities

Number of activites and tasks in the diary that are of type ‘busy’. Sales and documents are not activites in this case, only diary appointments and tasks.

Property Value

int

NumFreeActivities

Number of activites of the type ‘free’. Sales and documents are not activites in this case, only diary appointments and tasks.

Property Value

int

PercentageBusy

How much of the active work-day which is booked in appointments.

Property Value

int

See Also

AppointmentAgent