Click or drag to resize

IValidatableViewModel Properties

The IValidatableViewModel type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the Dispatcher this IDispatcher is associated with.
(Inherited from IViewModel.)
Public propertyId
Gets the unique Id of the view model
(Inherited from IViewModel.)
Public propertyIsDisposed
Gets a value indicating if the object has been disposed or not
(Inherited from IDisposableObject.)
Public propertyIsLoading
Gets or sets a value that indicates if the viewmodel is loading
(Inherited from IViewModel.)
Public propertyIsValidating
Gets a value that indicates that the properties are currently being validated.
Top
See Also