Click or drag to resize

ValidatableViewModelBase Properties

The ValidatableViewModelBase type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the Dispatcher this IDispatcher is associated with.
(Inherited from ViewModelBase.)
Public propertyErrors
Gets or sets the error info strings
Public propertyHasErrors
Gets a value that indicates if the ViewModel has errors after validation
Public propertyId
Gets the unique Id of the view model
(Inherited from ViewModelBase.)
Public propertyIsDisposed
Gets a value indicating if the object has been disposed or not
(Inherited from DisposableBase.)
Public propertyIsLoading
Gets or sets a value that indicates if the viewmodel is loading
(Inherited from ViewModelBase.)
Public propertyIsValidating
Gets a value that indicates that the properties are currently being validated.
Public propertyMessageDialog
Gets the message dialog
(Inherited from ViewModelBase.)
Public propertyNavigator
Gets the window navigator
(Inherited from ViewModelBase.)
Top
See Also