
Public Types | |
| enum | ChangeEventType { CollectionCreate, CollectionDelete, NodeCreate, NodeChange, NodeDelete } |
| Type of change events that are watched for. More... | |
Public Member Functions | |
| ChangeLogEvent (ChangeEventType type, NodeEventArgs args) | |
| Initializes a new instance of the object. | |
Properties | |
| ChangeEventType | Type [get] |
| Gets the change event type. | |
| NodeEventArgs | Args [get] |
| Gets the event context. | |
Type of change events that are watched for.
| Simias::Storage::ChangeLogEvent::ChangeLogEvent | ( | ChangeEventType | type, | |
| NodeEventArgs | args | |||
| ) | [inline] |
Initializes a new instance of the object.
| type | Type of change long event. | |
| args | Context for the event. |
ChangeEventType Simias::Storage::ChangeLogEvent::Type [get] |
Gets the change event type.
NodeEventArgs Simias::Storage::ChangeLogEvent::Args [get] |
Gets the event context.
1.5.6