I have a complex query interface that I need to be passed on via a RelayCommand to my Model. This consists of some comboboxes, checkboxes and text inputs.
I can easily pass on a single commandparameter (i.e. RelayCommand, etc), but how would I encapsulate the commands, should it be RelayCommand,, etc. This seems a little excessive.
Any hints would be greatly appreciated
Thanks