C# Класс VSSonarExtensionUi.View.Helpers.ProvisionProject

Interaction logic for PromptUserData.xaml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
BtnCancelClick ( object sender, RoutedEventArgs e ) : void

The btn cancel_ click.

BtnOkClick ( object sender, RoutedEventArgs e ) : void

The btn ok_ click.

Описание методов

GetBranch() публичный Метод

Gets the branch.
public GetBranch ( ) : string
Результат string

GetKey() публичный Метод

Gets the key.
public GetKey ( ) : string
Результат string

GetName() публичный Метод

Gets the name.
public GetName ( ) : string
Результат string

Prompt() публичный статический Метод

The prompt.
public static Prompt ( string solutionName, string branch ) : ProvisionProject
solutionName string
branch string
Результат ProvisionProject

ProvisionProject() публичный Метод

Initializes a new instance of the PromptUserForNewPlan class.
public ProvisionProject ( string solutionName, string branch ) : System
solutionName string
branch string
Результат System