Table of Contents

Class Contact

Namespace
Ranorex.Core.Remoting.Data
Assembly
Ranorex.Core.dll

Data object for phone contacts.

public class Contact
Inheritance
Contact
Inherited Members

Constructors

Contact()

public Contact()

Properties

EMail

Email address associated with the contact.

public string EMail { get; set; }

Property Value

string

Id

Identifier for the contact on the device.

public string Id { get; set; }

Property Value

string

Name

Name of the contact.

public string Name { get; set; }

Property Value

string

PhoneNumberHome

Home phone number associated with the contact.

public string PhoneNumberHome { get; set; }

Property Value

string

PhoneNumberMobile

Mobile phone number associated with the contact.

public string PhoneNumberMobile { get; set; }

Property Value

string

PhoneNumberWork

Work phone number associated with the contact.

public string PhoneNumberWork { get; set; }

Property Value

string

Methods

ToString()

Converts contact data to human readable string.

public override string ToString()

Returns

string

Contact in formant. {Name} [PhoneNumberMobile] [PhoneNumberWork] [PhoneNumberHome] [Email]