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.Inherited Members
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
Properties
Chats
Recent chats with contact
Declaration
[DataMember]
public virtual ChatSummaryItem[] Chats { get; set; }
Property Value
| Type | Description |
|---|---|
| ChatSummaryItem[] |
See Also
Contact
Simple Contact data.
Declaration
[DataMember]
public virtual Contact Contact { get; set; }
Property Value
| Type | Description |
|---|---|
| Contact |
See Also
Documents
Recent documents on contact
Declaration
[DataMember]
public virtual ActivitySummaryItem[] Documents { get; set; }
Property Value
| Type | Description |
|---|---|
| ActivitySummaryItem[] |
See Also
Followups
Recent follow-ups on contact
Declaration
[DataMember]
public virtual ActivitySummaryItem[] Followups { get; set; }
Property Value
| Type | Description |
|---|---|
| ActivitySummaryItem[] |
See Also
Sales
Recent sales on contact
Declaration
[DataMember]
public virtual SaleSummaryItem[] Sales { get; set; }
Property Value
| Type | Description |
|---|---|
| SaleSummaryItem[] |
See Also
Tickets
Recent tickets on contact
Declaration
[DataMember]
public virtual TicketSummaryItem[] Tickets { get; set; }
Property Value
| Type | Description |
|---|---|
| TicketSummaryItem[] |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
See Also
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. |