DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
TransactionEvent (int commitId, TransactionEventType eventType) | |
Protected Member Functions | |
override void | GetEventData (Dictionary< string, object > data) |
Protected Member Functions inherited from Deveel.Data.Diagnostics.Event | |
Event () | |
Event (DateTimeOffset timeStamp) | |
virtual IEventSource | OnSourceGet (IEventSource eventSource) |
virtual IEventSource | OnSourceSet (IEventSource eventSource) |
Properties | |
int | CommitId [get, private set] |
TransactionEventType | EventType [get, private set] |
Properties inherited from Deveel.Data.Diagnostics.Event | |
IEventSource | EventSource [get, set] |
DateTimeOffset | TimeStamp [get, private set] |
IDictionary< string, object > IEvent. | EventData [get] |
Properties inherited from Deveel.Data.Diagnostics.IEvent | |
IEventSource | EventSource [get, set] |
Gets the event source. More... | |
DateTimeOffset | TimeStamp [get] |
IDictionary< string, object > | EventData [get] |
Gets additional event data that come with the event. More... | |
Definition at line 7 of file TransactionEvent.cs.
|
inline |
Definition at line 8 of file TransactionEvent.cs.
|
inlineprotectedvirtual |
Reimplemented from Deveel.Data.Diagnostics.Event.
Definition at line 17 of file TransactionEvent.cs.
|
getprivate set |
Definition at line 13 of file TransactionEvent.cs.
|
getprivate set |
Definition at line 15 of file TransactionEvent.cs.