public class ViewModelBase : BindableBase
Public Class ViewModelBase
Inherits BindableBase
ViewModelBase | Initializes a new instance of the ViewModelBase class |
IsBusy | Indicates if it is busy. |
EndTask | Indicates that a task has been completed. |
StartTask | Indicates that a task has been started. |
WaitAllTaskAsync | Wait for the completion of all started tasks. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |