
Public Member Functions | |
| SimiasEventArgs (DateTime time) | |
| Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event. | |
| SimiasEventArgs (string eventData, DateTime time) | |
| Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event. | |
| SimiasEventArgs () | |
| Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event. | |
Properties | |
| string | EventData [get, set] |
| Gets the ChangeType for the event. | |
| DateTime | TimeStamp [get] |
| Gets the timestamp for the event. | |
| Simias::Client::Event::SimiasEventArgs::SimiasEventArgs | ( | DateTime | time | ) | [inline] |
Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event.
| time |
| Simias::Client::Event::SimiasEventArgs::SimiasEventArgs | ( | string | eventData, | |
| DateTime | time | |||
| ) | [inline] |
Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event.
| eventData | Data of the event. | |
| time | The time of this event. |
| Simias::Client::Event::SimiasEventArgs::SimiasEventArgs | ( | ) | [inline] |
Constructs a SimiasEventArgs that will be used by CollectionHandler delegates. Descibes the node affected by the event.
string Simias::Client::Event::SimiasEventArgs::EventData [get, set] |
Gets the ChangeType for the event.
DateTime Simias::Client::Event::SimiasEventArgs::TimeStamp [get] |
Gets the timestamp for the event.
1.5.6