Dynamic |
The DynamicUserControlViewModelBase Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| DynamicUserControlViewModelBase | initializes a new instance of the DynamicUserControlViewModelBase class |
| Name | Description of the | |
|---|---|---|
| GetResultPropertyT | Retrieves a property with the name propertyName of type T from the ReturnObject of the owning Vishnu node. The ReturnObject must be of the type requiredReturnObjectType. | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| PropertyChanged |
The PropertyChanged event for the UI.
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| Dispatcher |
The dispatcher of the UI.
(Inherited from ObservableObject) | |
| ParentViewModel | The ViewModel of the owning Vishnu node. |