ViewModelBase Class

Base class for a Bindable class.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ViewModelBase : BindableBase
Inheritance
Object    BindableCore    BindableBase    ViewModelBase

Constructors

ViewModelBaseInitializes a new instance of the ViewModelBase class

Properties

IsBusy Indicates if it is busy.

Methods

EndTaskIndicates that a task has been completed.
StartTaskIndicates that a task has been started.
WaitAllTaskAsyncWait for the completion of all started tasks.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also