Skip to main content

Class PreviewContact

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PreviewContact. Contact preview

Inheritance

objectPreviewContact

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PreviewContact()

Default constructor - defaults any enum props to 0.

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.

Property Value

Address

AssociateFullName

The associate’s culture formatted fullname (firstname, middleName and lastname)

Property Value

string

BusinessName

The business list item name

Property Value

string

CategoryName

The category list item name

Property Value

string

ContactId

Primary key

Property Value

int

CountryId

Country

Property Value

int

Department

Department

Property Value

string

DirectPhone

The contacts phone

Property Value

string

EmailAddress

The contact email address

Property Value

string

Name

Contact name

Property Value

string

Number2

Alphanumeric user field

Property Value

string

URL

The internet address to this contact

Property Value

string

See Also

ContactAgent