6 #ifndef ZDK_NET_BanafoContactSearchCriteria_h
7 #define ZDK_NET_BanafoContactSearchCriteria_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
11 #include "ContactType.h"
14 using namespace System::Collections::Generic;
26 ZDK::IBanafoContactSearchCriteria* cppRef =
nullptr;
40 property System::String^ ContactId
42 System::String^ get();
53 property System::String^ Provider
55 System::String^ get();
65 property System::String^ Search
67 System::String^ get();
77 property List<ZDK_NET::ContactType>^ Types
79 List<ZDK_NET::ContactType>^ get();
89 property System::String^ Phone
91 System::String^ get();
101 property System::String^ NationalNumber
103 System::String^ get();
115 property bool ReverseLookup
127 property System::String^ Region
129 System::String^ get();
166 property System::String^ PageId
168 System::String^ get();
171 virtual long long Handle()
override;
173 virtual void Initialize()
override;
175 virtual void ReleaseReference()
override;