C# Class BudgetAnalyser.ShellDialog.ShellDialogResponseMessage

Inheritance: GalaSoft.MvvmLight.Messaging.MessageBase
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
IsItForMe ( System.Guid correlationId ) : bool
ShellDialogResponseMessage ( object content, ShellDialogButton response ) : System

Method Details

IsItForMe() public method

public IsItForMe ( System.Guid correlationId ) : bool
correlationId System.Guid
return bool

ShellDialogResponseMessage() public method

public ShellDialogResponseMessage ( object content, ShellDialogButton response ) : System
content object
response ShellDialogButton
return System