public class DelegateCommand : ICommandPublic Class DelegateCommand
Implements ICommand| DelegateCommand(Action) | Class constructor. |
| DelegateCommand(Action, FuncBoolean) | Class constructor. |
| CanExecute | Indicates whether the command can be executed. |
| Execute | Execute the command. |
| RaiseCanExecuteChanged | Invokes the CanExecuteChanged event. |
| CanExecuteChanged | Event to report the change in CanExecute. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |