Class PreviewContact
Contact preview
Carrier object for PreviewContact. Services for the PreviewContact 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.1.0.0")]
public class PreviewContact
Constructors
PreviewContact()
Default constructor
Declaration
public PreviewContact()
See Also
Properties
Address
Contact address as a list of LocalizedFieldList objects. Used to store localized information such as formatted address data. Suitable for passing to an address control for display.
Declaration
[DataMember]
public virtual Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
See Also
AssociateFullName
The associate's culture formatted fullname (firstname, middleName and lastname)
Declaration
[DataMember]
public virtual string AssociateFullName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
BusinessName
The business list item name
Declaration
[DataMember]
public virtual string BusinessName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
CategoryName
The category list item name
Declaration
[DataMember]
public virtual string CategoryName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
ContactId
Primary key
Declaration
[DataMember]
public virtual int ContactId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
CountryId
Country
Declaration
[DataMember]
public virtual int CountryId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Department
Department
Declaration
[DataMember]
public virtual string Department { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
DirectPhone
The contacts phone
Declaration
[DataMember]
public virtual string DirectPhone { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
EmailAddress
The contact email address
Declaration
[DataMember]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Name
Contact name
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Number2
Alphanumeric user field
Declaration
[DataMember]
public virtual string Number2 { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
URL
The internet address to this contact
Declaration
[DataMember]
public virtual string URL { get; set; }
Property Value
Type | Description |
---|---|
string |
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. |