Models/VariableData
VariableDataEntityObservable
Represents a dynamic entity observable.
Methods
Subscribe
Subscribes to the given action of a set.
Parameters
| Name | Type | Description |
|---|---|---|
| observer | Action<VariableDataEvent> | The action which will be invoked. |
Returns
| Name | Type |
|---|---|
| IDisposable | A disposable |
Unsubscribe
Unsubscribes the given observer.
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action<VariableDataEvent> | The action to unsubscribe. |
InvokeObservers
Invokes all observers.
Parameters
| Name | Type | Description |
|---|---|---|
| event | VariableDataEvent | The entity to invoke the action with. |
Properties
SetType
Gets the type of the set.
Type: Type
Type
Gets the type of the subscribed action.
Type: VariableDataEntityObservableType