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

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

공개 메소드들

메소드 설명
NewTag ( ) : string

new tags this instance.

Prompt ( string question, string title, List tags, string &newTag, string startTags = "" ) : string

The prompt.

PromptForTagIssue ( string question, string title, List tags, string startTags = "" ) : System.Collections.Generic

Initializes a new instance of the PromptForAssignUser class.

SelectedTagFromList ( ) : string

Selecteds the user.

비공개 메소드들

메소드 설명
BtnCancelClick ( object sender, RoutedEventArgs e ) : void

The btn cancel_ click.

BtnOkClick ( object sender, RoutedEventArgs e ) : void

The btn ok_ click.

메소드 상세

NewTag() 공개 메소드

new tags this instance.
public NewTag ( ) : string
리턴 string

Prompt() 공개 정적인 메소드

The prompt.
public static Prompt ( string question, string title, List tags, string &newTag, string startTags = "" ) : string
question string The question.
title string The title.
tags List The tags.
newTag string
startTags string
리턴 string

PromptForTagIssue() 공개 메소드

Initializes a new instance of the PromptForAssignUser class.
public PromptForTagIssue ( string question, string title, List tags, string startTags = "" ) : System.Collections.Generic
question string The question.
title string The title.
tags List The tags.
startTags string
리턴 System.Collections.Generic

SelectedTagFromList() 공개 메소드

Selecteds the user.
public SelectedTagFromList ( ) : string
리턴 string