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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Reset ( ) : void

보호된 메소드들

메소드 설명
CancelUserInput ( object sender, RoutedEventArgs e ) : void
CommitFailed ( Exception submissionError ) : void

Called if the commit failed.

CommitInput ( ) : void

Called to commit the input

CommitSuccessful ( ) : void

Called if the commit was successful

InitGwupeDataCaptureForm ( ContentPresenter disablerContentPresenter, System.Windows.Controls.TextBlock statusTextBlock, System.Windows.Controls.TextBlock errorTextBlock ) : void
OnCommitCancelled ( ) : void
OnCommitFail ( Exception args ) : void
OnCommitSucceed ( ) : void
ProcessUserInput ( object sender, RoutedEventArgs e ) : void
ProcessUserInputOnEnter ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ResetInputs ( ) : void

Called to reset the inputs to their pre-edited state

ResetStatus ( ) : void

Called to remove all the status' markings of pre submission successes and failures.

ResetUserInput ( object sender, RoutedEventArgs e ) : void
ValidateInput ( ) : bool

Is called after submission to validate the input

메소드 상세

CancelUserInput() 보호된 메소드

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

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

Called if the commit failed.
protected abstract CommitFailed ( Exception submissionError ) : void
submissionError System.Exception
리턴 void

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

Called to commit the input
protected abstract CommitInput ( ) : void
리턴 void

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

Called if the commit was successful
protected abstract CommitSuccessful ( ) : void
리턴 void

InitGwupeDataCaptureForm() 보호된 메소드

protected InitGwupeDataCaptureForm ( 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

OnCommitCancelled() 보호된 메소드

protected OnCommitCancelled ( ) : void
리턴 void

OnCommitFail() 보호된 메소드

protected OnCommitFail ( Exception args ) : void
args System.Exception
리턴 void

OnCommitSucceed() 보호된 메소드

protected OnCommitSucceed ( ) : void
리턴 void

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() 보호된 추상적인 메소드

Called to reset the inputs to their pre-edited state
protected abstract ResetInputs ( ) : void
리턴 void

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

Called to remove all the status' markings of pre submission successes and failures.
protected abstract ResetStatus ( ) : void
리턴 void

ResetUserInput() 보호된 메소드

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

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

Is called after submission to validate the input
protected abstract ValidateInput ( ) : bool
리턴 bool

프로퍼티 상세

Cancelled 공개적으로 프로퍼티

public bool Cancelled
리턴 bool

StartWithFocus 공개적으로 프로퍼티

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