C# Class Gwupe.Agent.UI.WPF.ElevateControl

Interaction logic for ElevateControl.xaml
Inheritance: Gwupe.Agent.UI.WPF.API.GwupeModalUserControl
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
ElevateControl ( DashboardDataContext dashboardDataContext ) : System
SetPrompt ( string message ) : void

Méthodes protégées

Méthode Description
CommitInput ( ) : bool
Hide ( ) : void
ResetInputs ( ) : void
Show ( ) : void
ValidateInput ( ) : bool

Method Details

CommitInput() protected méthode

protected CommitInput ( ) : bool
Résultat bool

ElevateControl() public méthode

public ElevateControl ( DashboardDataContext dashboardDataContext ) : System
dashboardDataContext DashboardDataContext
Résultat System

Hide() protected méthode

protected Hide ( ) : void
Résultat void

ResetInputs() protected méthode

protected ResetInputs ( ) : void
Résultat void

SetPrompt() public méthode

public SetPrompt ( string message ) : void
message string
Résultat void

Show() protected méthode

protected Show ( ) : void
Résultat void

ValidateInput() protected méthode

protected ValidateInput ( ) : bool
Résultat bool