Skip to main content

Class PersonSummary

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PersonSummary. Summary of person, with recent activities, chats, and requests included.

Inheritance

objectPersonSummary

Inherited Members

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

Constructors

PersonSummary()

Default constructor - defaults any enum props to 0.

Properties

Chats

Recent chats with person

Property Value

ChatSummaryItem[]

Documents

Recent documents on person

Property Value

ActivitySummaryItem[]

Followups

Recent follow-ups on person

Property Value

ActivitySummaryItem[]

Person

Simple Person data.

Property Value

Person

Sales

Recent sales on person

Property Value

SaleSummaryItem[]

Tickets

Recent tickets on person

Property Value

TicketSummaryItem[]

See Also

PersonAgent