C# 클래스 ServiceInsight.Framework.UI.ScreenManager.DialogViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: Particular/ServiceInsight 1 사용 예제들

공개 메소드들

메소드 설명
Close ( MessageChoice closeResult ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( MessageChoice closeResult ) : void
closeResult MessageChoice
리턴 void