Show / Hide Table of Contents

Class SalesActivity

Carrier object for SalesActivity. Services for the SalesActivity Carrier is available from the Appointment Agent.

Inheritance
object
SalesActivity
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SalesActivity : Carrier

Constructors

SalesActivity()

Default constructor

Declaration
public SalesActivity()
See Also
IAppointmentAgent

Properties

RequestedContacts

The companies that match the request

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

RequestedPerson

The person that matches the request.

Declaration
[DataMember]
public virtual Person RequestedPerson { get; set; }
Property Value
Type Description
Person
See Also
IAppointmentAgent

SalesRep

The sales representative for the person that matches the request.

Declaration
[DataMember]
public virtual Person SalesRep { get; set; }
Property Value
Type Description
Person
See Also
IAppointmentAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IAppointmentAgent

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
IAppointmentAgent

See Also

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