C# Class VSSonarExtensionUi.View.Helpers.ProvisionProject

Interaction logic for PromptUserData.xaml
Mostrar archivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
GetBranch ( ) : string

Gets the branch.

GetKey ( ) : string

Gets the key.

GetName ( ) : string

Gets the name.

Prompt ( string solutionName, string branch ) : ProvisionProject

The prompt.

ProvisionProject ( string solutionName, string branch ) : System

Initializes a new instance of the PromptUserForNewPlan class.

Private Methods

Method Description
BtnCancelClick ( object sender, RoutedEventArgs e ) : void

The btn cancel_ click.

BtnOkClick ( object sender, RoutedEventArgs e ) : void

The btn ok_ click.

Method Details

GetBranch() public method

Gets the branch.
public GetBranch ( ) : string
return string

GetKey() public method

Gets the key.
public GetKey ( ) : string
return string

GetName() public method

Gets the name.
public GetName ( ) : string
return string

Prompt() public static method

The prompt.
public static Prompt ( string solutionName, string branch ) : ProvisionProject
solutionName string
branch string
return ProvisionProject

ProvisionProject() public method

Initializes a new instance of the PromptUserForNewPlan class.
public ProvisionProject ( string solutionName, string branch ) : System
solutionName string
branch string
return System