6 #ifndef ZDK_NET_BanafoCall_h
7 #define ZDK_NET_BanafoCall_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
11 #include "OriginType.h"
12 #include "BanafoContact.h"
15 using namespace System::Collections::Generic;
19 ref class BanafoContact;
28 ZDK::IBanafoCall* cppRef =
nullptr;
40 property System::String^ BanafoId
42 System::String^ get();
51 property System::String^ Summary
53 System::String^ get();
62 property System::String^ Title
64 System::String^ get();
73 property System::String^ Source
75 System::String^ get();
86 property ZDK_NET::OriginType Origin
88 ZDK_NET::OriginType get();
98 property System::String^ StartedAt
100 System::String^ get();
110 property System::String^ AcceptedAt
112 System::String^ get();
122 property System::String^ FinishedAt
124 System::String^ get();
133 property System::String^ Type
135 System::String^ get();
144 property System::String^ LocalPhone
146 System::String^ get();
155 property System::String^ RemotePhone
157 System::String^ get();
171 virtual long long Handle()
override;
173 virtual void Initialize()
override;
175 virtual void ReleaseReference()
override;