C# 클래스 VSSonarExtensionUi.View.Helpers.ProvisionProject

Interaction logic for PromptUserData.xaml
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension 1 사용 예제들

공개 메소드들

메소드 설명
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