zdk.net
|
Banafo Contact. More...
#include <BanafoContact.h>
Public Member Functions | |
BanafoContact (ZDK::Shared::BanafoContact src) | |
virtual long long | Handle () override |
virtual void | Initialize () override |
virtual void | ReleaseReference () override |
Public Attributes | |
ZDK::IBanafoContact * | cppRef = nullptr |
Properties | |
System::String^ | BanafoId [get] |
Banafo contact ID. More... | |
System::String^ | RemoteId [get] |
Remote provider contact ID. More... | |
System::String^ | RemoteProvider [get] |
Remote contact provider. More... | |
System::String^ | DisplayName [get] |
Fullname of the contact. More... | |
System::String^ | FirstName [get] |
Firstname of the contact. More... | |
System::String^ | MiddleName [get] |
Middlename of the contact. More... | |
System::String^ | LastName [get] |
Lastname of the contact. More... | |
ZDK_NET::ContactType | Type [get] |
Type of the contact. More... | |
System::String^ | Url [get] |
URL to the contact's page. More... | |
System::String^ | Company [get] |
Name of the company. More... | |
List< System::String^>^ | Emails [get] |
List of emails of the contact. More... | |
List< BanafoPhone^>^ | Phones [get] |
List of phones of the contact. More... | |
Banafo Contact.
Describes the Banafo contact.
|
get |
Banafo contact ID.
ID of the contact in the external provider (if missing remote id, the returned value is the id from db).
|
get |
Name of the company.
Name of the company.
|
get |
Fullname of the contact.
Fullname of the contact.
|
get |
List of emails of the contact.
List of emails of the contact.
|
get |
Firstname of the contact.
Firstname of the contact.
|
get |
Lastname of the contact.
Lastname of the contact.
|
get |
Middlename of the contact.
Middlename of the contact.
|
get |
List of phones of the contact.
List of phones of the contact.
|
get |
Remote provider contact ID.
ID of the contact in the external provider.
|
get |
Remote contact provider.
Provider of the contact (external contact provider, might be CRM provider or zoiper).
|
get |
Type of the contact.
Type of the contact, depends on the provider's supported types.
|
get |
URL to the contact's page.
Link to contact's page in the specific provider.