C# 클래스 ErlangEditor.NavigationHelper

상속: ViewModelBase
파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 프로퍼티들

프로퍼티 타입 설명
DisableBackward EventHandler
EnableBackward EventHandler
NavigatedTo EventHandler
ShowingErrorMessage EventHandler
ShowingMessage EventHandler
ShowingYesNoMessage EventHandler

공개 메소드들

메소드 설명
GoBackward ( ) : void
GoFroward ( System.Windows.Controls.UserControl aUC ) : void
JumpTo ( System.Windows.Controls.UserControl aUC ) : void
JumpToWithFirstFrame ( System.Windows.Controls.UserControl aUC ) : void
ShowErrorMessageBox ( string aMessage ) : void
ShowErrorMessageBox ( string aMessage, string aTitle ) : void
ShowMessageBox ( string aMessage ) : void
ShowMessageBox ( string aMessage, string aTitle ) : void
ShowYesNoBox ( string aMessage ) : void
ShowYesNoBox ( string aMessage, string aTitle ) : void

비공개 메소드들

메소드 설명
UpdateButtomToolBar ( ) : void

메소드 상세

GoBackward() 공개 메소드

public GoBackward ( ) : void
리턴 void

GoFroward() 공개 메소드

public GoFroward ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
리턴 void

JumpTo() 공개 메소드

public JumpTo ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
리턴 void

JumpToWithFirstFrame() 공개 메소드

public JumpToWithFirstFrame ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
리턴 void

ShowErrorMessageBox() 공개 메소드

public ShowErrorMessageBox ( string aMessage ) : void
aMessage string
리턴 void

ShowErrorMessageBox() 공개 메소드

public ShowErrorMessageBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
리턴 void

ShowMessageBox() 공개 메소드

public ShowMessageBox ( string aMessage ) : void
aMessage string
리턴 void

ShowMessageBox() 공개 메소드

public ShowMessageBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
리턴 void

ShowYesNoBox() 공개 메소드

public ShowYesNoBox ( string aMessage ) : void
aMessage string
리턴 void

ShowYesNoBox() 공개 메소드

public ShowYesNoBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
리턴 void

프로퍼티 상세

DisableBackward 공개적으로 프로퍼티

public EventHandler DisableBackward
리턴 EventHandler

EnableBackward 공개적으로 프로퍼티

public EventHandler EnableBackward
리턴 EventHandler

NavigatedTo 공개적으로 프로퍼티

public EventHandler NavigatedTo
리턴 EventHandler

ShowingErrorMessage 공개적으로 프로퍼티

public EventHandler ShowingErrorMessage
리턴 EventHandler

ShowingMessage 공개적으로 프로퍼티

public EventHandler ShowingMessage
리턴 EventHandler

ShowingYesNoMessage 공개적으로 프로퍼티

public EventHandler ShowingYesNoMessage
리턴 EventHandler