C# Class Gwupe.Agent.UI.WPF.API.GwupeModalUserControl

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Свойство Type Description
Cancelled bool
StartWithFocus System.Windows.Controls.Control

Méthodes publiques

Méthode Description
PresentModal ( int timeoutInSeconds ) : bool
Reset ( ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
WaitForUser ( int timeoutInSeconds ) : bool

Method Details

CancelUserInput() protected méthode

protected CancelUserInput ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

CommitInput() protected abstract méthode

protected abstract CommitInput ( ) : bool
Résultat bool

Hide() protected abstract méthode

protected abstract Hide ( ) : void
Résultat void

InitGwupeModalUserControl() protected méthode

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
Résultat void

PresentModal() public méthode

public PresentModal ( int timeoutInSeconds ) : bool
timeoutInSeconds int
Résultat bool

ProcessUserInput() protected méthode

protected ProcessUserInput ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

ProcessUserInputOnEnter() protected méthode

protected ProcessUserInputOnEnter ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetInputs() protected abstract méthode

protected abstract ResetInputs ( ) : void
Résultat void

Show() protected abstract méthode

protected abstract Show ( ) : void
Résultat void

ValidateInput() protected abstract méthode

protected abstract ValidateInput ( ) : bool
Résultat bool

Property Details

Cancelled public_oe property

public bool Cancelled
Résultat bool

StartWithFocus public_oe property

public Control,System.Windows.Controls StartWithFocus
Résultat System.Windows.Controls.Control