Name | Description | |
---|---|---|
![]() | HistoryRead | The Object has an event history which may be read.
The value of this constant is 4. |
![]() | HistoryWrite | The Object has an event history which may be updated.
The value of this constant is 8. |
![]() | None | The Object or View produces no event and has no event history.
The value of this constant is 0 (Byte.MinValue). |
![]() | SubscribeToEvents | The Object or View produces event notifications.
The value of this constant is 1. |