Class SalesActivity
Carrier object for SalesActivity. Services for the SalesActivity Carrier is available from the Appointment Agent.
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
Properties
RequestedContacts
The companies that match the request
Declaration
[DataMember]
public virtual Contact[] RequestedContacts { get; set; }
Property Value
Type | Description |
---|---|
Contact[] |
See Also
RequestedPerson
The person that matches the request.
Declaration
[DataMember]
public virtual Person RequestedPerson { get; set; }
Property Value
Type | Description |
---|---|
Person |
See Also
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
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. |