Show / Hide Table of Contents

Class PreviewContact

Contact preview

Carrier object for PreviewContact. Services for the PreviewContact Carrier is available from the Contact Agent.
Inheritance
object
PreviewContact
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.1.0.0")]
public class PreviewContact

Constructors

PreviewContact()

Default constructor

Declaration
public PreviewContact()
See Also
IContactAgent

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
IContactAgent

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
IContactAgent

BusinessName

The business list item name

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

CategoryName

The category list item name

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

ContactId

Primary key

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

CountryId

Country

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

Department

Department

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

DirectPhone

The contacts phone

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

EmailAddress

The contact email address

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

Name

Contact name

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

Number2

Alphanumeric user field

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

URL

The internet address to this contact

Declaration
[DataMember]
public virtual string URL { get; set; }
Property Value
Type Description
string
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