C# Class VSSonarExtensionUi.View.Helpers.ProvisionProject

Interaction logic for PromptUserData.xaml
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

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

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

Gets the branch.
public GetBranch ( ) : string
Résultat string

GetKey() public méthode

Gets the key.
public GetKey ( ) : string
Résultat string

GetName() public méthode

Gets the name.
public GetName ( ) : string
Résultat string

Prompt() public static méthode

The prompt.
public static Prompt ( string solutionName, string branch ) : ProvisionProject
solutionName string
branch string
Résultat ProvisionProject

ProvisionProject() public méthode

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