| Micros.PosCore.GuestProfile.MvvmTools Namespace | 
 Classes
Classes| Class | Description | |
|---|---|---|
|  | BaseViewModel | |
|  | BindableBase | |
|  | RelayCommand | 
            A command whose sole purpose is to 
            relay its functionality to other
            objects by invoking delegates. The
            default return value for the CanExecute
            method is 'true'.  This class does not allow
            you to accept command parameters in the
            Execute and CanExecute callback methods.
             | 
|  | RelayCommandT | 
            A command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute
            method is 'true'.  This class allows you to accept command parameters in the Execute and CanExecute callback methods.
             |