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

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

Méthodes publiques

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

AlertControl() public méthode

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

CommitInput() protected méthode

protected CommitInput ( ) : bool
Résultat bool

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