C# 클래스 Gwupe.Agent.UI.WPF.API.GwupeModalUserControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 프로퍼티들

프로퍼티 타입 설명
Cancelled bool
StartWithFocus System.Windows.Controls.Control

공개 메소드들

메소드 설명
PresentModal ( int timeoutInSeconds ) : bool
Reset ( ) : void

보호된 메소드들

메소드 설명
CancelUserInput ( object sender, RoutedEventArgs e ) : void
CommitInput ( ) : bool
Hide ( ) : void
InitGwupeModalUserControl ( ContentPresenter disablerContentPresenter, System.Windows.Controls.TextBlock statusTextBlock, System.Windows.Controls.TextBlock errorTextBlock ) : void
ProcessUserInput ( object sender, RoutedEventArgs e ) : void
ProcessUserInputOnEnter ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ResetInputs ( ) : void
Show ( ) : void
ValidateInput ( ) : bool

비공개 메소드들

메소드 설명
WaitForUser ( int timeoutInSeconds ) : bool

메소드 상세

CancelUserInput() 보호된 메소드

protected CancelUserInput ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

CommitInput() 보호된 추상적인 메소드

protected abstract CommitInput ( ) : bool
리턴 bool

Hide() 보호된 추상적인 메소드

protected abstract Hide ( ) : void
리턴 void

InitGwupeModalUserControl() 보호된 메소드

protected InitGwupeModalUserControl ( ContentPresenter disablerContentPresenter, System.Windows.Controls.TextBlock statusTextBlock, System.Windows.Controls.TextBlock errorTextBlock ) : void
disablerContentPresenter System.Windows.Controls.ContentPresenter
statusTextBlock System.Windows.Controls.TextBlock
errorTextBlock System.Windows.Controls.TextBlock
리턴 void

PresentModal() 공개 메소드

public PresentModal ( int timeoutInSeconds ) : bool
timeoutInSeconds int
리턴 bool

ProcessUserInput() 보호된 메소드

protected ProcessUserInput ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

ProcessUserInputOnEnter() 보호된 메소드

protected ProcessUserInputOnEnter ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResetInputs() 보호된 추상적인 메소드

protected abstract ResetInputs ( ) : void
리턴 void

Show() 보호된 추상적인 메소드

protected abstract Show ( ) : void
리턴 void

ValidateInput() 보호된 추상적인 메소드

protected abstract ValidateInput ( ) : bool
리턴 bool

프로퍼티 상세

Cancelled 공개적으로 프로퍼티

public bool Cancelled
리턴 bool

StartWithFocus 공개적으로 프로퍼티

public Control,System.Windows.Controls StartWithFocus
리턴 System.Windows.Controls.Control