Click or drag to resize

Micros.PosCore.GuestProfile.MvvmTools Namespace

 
Classes
  ClassDescription
Public classBaseViewModel
Public classBindableBase
Public classRelayCommand
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.
Public classRelayCommandT
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.