DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Represents the origin of system events, providing a mechanism to fill the metadata before dispatching the event. More...
Properties | |
IContext | Context [get] |
IEventSource | ParentSource [get] |
Gets an optional parent source. More... | |
IEnumerable< KeyValuePair< string, object > > | Metadata [get] |
Gets the list of metadata associated to the source. More... | |
Represents the origin of system events, providing a mechanism to fill the metadata before dispatching the event.
Implementations of this interface provide the event, despite of where it was generated, with data that will be carried on with the event to the final destination.
A system event can be handled by many sources, and this will provide the final system or user a more informational data that can trigger second or third level actions.
Definition at line 40 of file IEventSource.cs.
|
get |
Definition at line 41 of file IEventSource.cs.
|
get |
Gets the list of metadata associated to the source.
The list of the source metadata.
Definition at line 57 of file IEventSource.cs.
|
get |
Gets an optional parent source.
The optional parent source.
Definition at line 49 of file IEventSource.cs.