|
class | FileNameMessageContent |
|
interface | IMessage |
| Defines a Sent event that consumers of a view model can subscribe to in order to listen to the view model's message. More...
|
|
class | Message |
| Conveys a message from a view model to a consumer (typically, a view) that has subscribed to the Sent event. More...
|
|
class | MessageArgs |
|
class | MessageContent |
| Simple object that encapsulates a boolean value; to be used in MVVM interaction with MessageArgs. More...
|
|
class | ProcessMessageContent |
| Holds information about percent completion of a process and defines events that occur when the process is finished. This message can optionally carry a view model with additional events and capabilities. More...
|
|
class | StringMessageContent |
| Encapsulates a string message that is part of the content that a view model sends to a consumer (view, test, ...) in a Message. More...
|
|
class | ViewModelMessageContent |
| Message content that holds a reference to a view model. More...
|
|