Definition at line 5 of file SessionEvent.cs.
Deveel.Data.Diagnostics.SessionEvent.SessionEvent |
( |
string |
userName, |
|
|
int |
commitId, |
|
|
SessionEventType |
eventType |
|
) |
| |
|
inline |
override void Deveel.Data.Diagnostics.SessionEvent.GetEventData |
( |
Dictionary< string, object > |
data | ) |
|
|
inlineprotectedvirtual |
Reimplemented from Deveel.Data.Diagnostics.Event.
Definition at line 18 of file SessionEvent.cs.
19 if (!(eventSource is IDatabase))
20 throw new ArgumentException(
"Session event sources can be only databases");
22 return base.OnSourceSet(eventSource);
int Deveel.Data.Diagnostics.SessionEvent.CommitId |
|
getprivate set |
string Deveel.Data.Diagnostics.SessionEvent.UserName |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Diagnostics/SessionEvent.cs