Skip to main content

Class ActivitySummaryItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ActivitySummaryItem. Summary details about appointments and documents.

Inheritance

objectActivitySummaryItem

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ActivitySummaryItem()

Default constructor - defaults any enum props to 0.

Properties

AppointmentId

Primary key

Property Value

int

Completed

The Completed state. NotStarted(1) or Completed(3) NULL if unknown enum value.

Property Value

ActivityStatus?

See Also

ActivitySummaryItem.Completed_String

Completed_String

The Completed state. NotStarted(1) or Completed(3) Raw string enum value.

Property Value

string

See Also

ActivitySummaryItem.Completed

Date

Start/Document date

Property Value

DateTime

Description

The appointment’s textbox; document title

Property Value

string

DocumentId

Document id - 0 if not a document

Property Value

int

Registered

Registered date

Property Value

DateTime

See Also

AppointmentAgent