ADAPI
All Classes Namespaces Functions Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ADAPI.Contact Class Reference

Class describes single CRM Contact. More...

Public Member Functions

override string ToString ()
 Returns string representation of the object. More...
 

Properties

string id [get]
 Unique contact ID. More...
 
string firstName [get]
 Contact's first name. More...
 
string lastName [get]
 Contact's last name. More...
 
string fullName [get]
 Contact's full name. Composed from first and last name according to configured display name format. More...
 

Detailed Description

Class describes single CRM Contact.

Member Function Documentation

◆ ToString()

override string ADAPI.Contact.ToString ( )

Returns string representation of the object.

Property Documentation

◆ firstName

string ADAPI.Contact.firstName
get

Contact's first name.

◆ fullName

string ADAPI.Contact.fullName
get

Contact's full name. Composed from first and last name according to configured display name format.

◆ id

string ADAPI.Contact.id
get

Unique contact ID.

◆ lastName

string ADAPI.Contact.lastName
get

Contact's last name.


The documentation for this class was generated from the following file: