Skip to main content

Class ContactSummary

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

Inheritance

objectContactSummary

Inherited Members

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

Constructors

ContactSummary()

Default constructor - defaults any enum props to 0.

Properties

Chats

Recent chats with contact

Property Value

ChatSummaryItem[]

Contact

Simple Contact data.

Property Value

Contact

Documents

Recent documents on contact

Property Value

ActivitySummaryItem[]

Followups

Recent follow-ups on contact

Property Value

ActivitySummaryItem[]

Sales

Recent sales on contact

Property Value

SaleSummaryItem[]

Tickets

Recent tickets on contact

Property Value

TicketSummaryItem[]

See Also

ContactAgent