Skip to main content

Class CallerID

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CallerID. Describes a caller ID for Mobile to lookup phone calls. Can be for a person, or for a company, in which case the personId field will be 0

Inheritance

objectCallerID

Inherited Members

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

Constructors

CallerID()

Default constructor - defaults any enum props to 0.

Properties

ContactId

Primary key

Property Value

int

ContactName

Contact name

Property Value

string

DialInPrefix

Prefix for dialing into the country from outside (country code), empty if PhoneNumber already contains the country code

Property Value

short

Mrmrs

e.g. Mrs sex_title

Property Value

string

PersonId

Primary key

Property Value

int

PersonName

Full name of the person

Property Value

string

PhoneNumber

Phone number, as a long instead of a string, to avoid parsing all the phonenumbers in Mobile CRM

Property Value

long

See Also

PocketAgent