DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Exposes the context of an event fired on a table. More...
Package Functions | |
TableEvent (ITable table, TriggerEventType eventType, RowId oldRowId, Row newRow) | |
Properties | |
ITable | Table [get, private set] |
Gets the table on which the event occurred. More... | |
TriggerEventType | EventType [get, private set] |
Gets the type of event that occurred on the table. More... | |
RowId | OldRowId [get, private set] |
Gets an optional reference to a row removed or updated. More... | |
Row | NewRow [get, private set] |
Gets the row object being added or updated. More... | |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from Deveel.Data.Diagnostics.Event | |
Event () | |
Event (DateTimeOffset timeStamp) | |
virtual void | GetEventData (Dictionary< string, object > data) |
virtual IEventSource | OnSourceGet (IEventSource eventSource) |
virtual IEventSource | OnSourceSet (IEventSource eventSource) |
Exposes the context of an event fired on a table.
Definition at line 26 of file TableEvent.cs.
|
inlinepackage |
Definition at line 27 of file TableEvent.cs.
|
getprivate set |
Gets the type of event that occurred on the table.
Definition at line 45 of file TableEvent.cs.
|
getprivate set |
Gets the row object being added or updated.
Definition at line 55 of file TableEvent.cs.
|
getprivate set |
Gets an optional reference to a row removed or updated.
Definition at line 50 of file TableEvent.cs.
|
getprivate set |
Gets the table on which the event occurred.
Definition at line 40 of file TableEvent.cs.