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

Interaction logic for ElevateControl.xaml
Inheritance: Gwupe.Agent.UI.WPF.API.GwupeModalUserControl
Datei anzeigen Open project: gwupe/Gwupe

Public Methods

Method Description
ElevateControl ( DashboardDataContext dashboardDataContext ) : System
SetPrompt ( string message ) : void

Protected Methods

Method Description
CommitInput ( ) : bool
Hide ( ) : void
ResetInputs ( ) : void
Show ( ) : void
ValidateInput ( ) : bool

Method Details

CommitInput() protected method

protected CommitInput ( ) : bool
return bool

ElevateControl() public method

public ElevateControl ( DashboardDataContext dashboardDataContext ) : System
dashboardDataContext DashboardDataContext
return System

Hide() protected method

protected Hide ( ) : void
return void

ResetInputs() protected method

protected ResetInputs ( ) : void
return void

SetPrompt() public method

public SetPrompt ( string message ) : void
message string
return void

Show() protected method

protected Show ( ) : void
return void

ValidateInput() protected method

protected ValidateInput ( ) : bool
return bool