C# Class ServiceInsight.Framework.UI.ScreenManager.DialogViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: Particular/ServiceInsight Class Usage Examples

Public Methods

Method Description
Close ( MessageChoice closeResult ) : void

Private Methods

Method Description
CloseCommand ( object target ) : void
CreateWindow ( Window parent ) : Dialog
HelpCommand ( object target ) : void
IsSet ( MessageChoice choices, MessageChoice bits ) : bool
Show ( Window parent, MessageIcon icon, string title, string content, MessageChoice choices, string help, bool enableDontAsk, MessageChoice defaultChoice ) : MessageChoice
ShowDialog ( Window parent, MessageIcon icon, string title, string content, MessageChoice choices, string help, bool enableDontAsk, MessageChoice defaultChoice ) : void

Method Details

Close() public method

public Close ( MessageChoice closeResult ) : void
closeResult MessageChoice
return void