zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::BanafoEventState Class Reference

Banafo Service event state. More...

#include <BanafoEventState.h>

Inheritance diagram for ZDK_NET::BanafoEventState:
ZDK_NET::ZHandle

Public Member Functions

 BanafoEventState (ZDK::Shared::BanafoEventState src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IBanafoEventState * cppRef = nullptr
 

Properties

ZDK_NET::ResultResult [get]
 The result of the invernally created event. More...
 
long long EventId [get]
 Object ID triggered the event. More...
 
System::String^ Value [get]
 Event specific data. More...
 

Detailed Description

Banafo Service event state.

Describes the current full state of the automatically created Banafo Service events.

Property Documentation

◆ EventId

long long ZDK_NET::BanafoEventState::EventId
get

Object ID triggered the event.

Indicates the ZDK object ID triggered the Banafo Service event. E.g. For BanafoEventType::Call* events the EventId() would be CallHandle.

Returns
The object ID triggered the event
See also
ZDKHandle

◆ Result

ZDK_NET:: Result^ ZDK_NET::BanafoEventState::Result
get

The result of the invernally created event.

Shows the outcome of the event.

Returns
The result of the event
See also
Result

◆ Value

System:: String^ ZDK_NET::BanafoEventState::Value
get

Event specific data.

Contains the event specific data. Currently used with the BanafoEventType::*Finished event types to deliver the Banafo Event ID.

Returns
The event specific data

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