Show / Hide Table of Contents

Class ContactSummary

Summary of contact with recent activities, chats, and requests included.

Carrier object for ContactSummary. Services for the ContactSummary Carrier is available from the Contact Agent.
Inheritance
object
ContactSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class ContactSummary

Constructors

ContactSummary()

Default constructor

Declaration
public ContactSummary()
See Also
IContactAgent

Properties

Chats

Recent chats with contact

Declaration
[DataMember]
public virtual ChatSummaryItem[] Chats { get; set; }
Property Value
Type Description
ChatSummaryItem[]
See Also
IContactAgent

Contact

Simple Contact data.

Declaration
[DataMember]
public virtual Contact Contact { get; set; }
Property Value
Type Description
Contact
See Also
IContactAgent

Documents

Recent documents on contact

Declaration
[DataMember]
public virtual ActivitySummaryItem[] Documents { get; set; }
Property Value
Type Description
ActivitySummaryItem[]
See Also
IContactAgent

Followups

Recent follow-ups on contact

Declaration
[DataMember]
public virtual ActivitySummaryItem[] Followups { get; set; }
Property Value
Type Description
ActivitySummaryItem[]
See Also
IContactAgent

Sales

Recent sales on contact

Declaration
[DataMember]
public virtual SaleSummaryItem[] Sales { get; set; }
Property Value
Type Description
SaleSummaryItem[]
See Also
IContactAgent

Tickets

Recent tickets on contact

Declaration
[DataMember]
public virtual TicketSummaryItem[] Tickets { get; set; }
Property Value
Type Description
TicketSummaryItem[]
See Also
IContactAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IContactAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IContactAgent

See Also

IContactAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top