C# Class VSSonarExtensionUi.View.Helpers.PromptForTagIssue

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

Méthodes publiques

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

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

NewTag() public méthode

new tags this instance.
public NewTag ( ) : string
Résultat string

Prompt() public static méthode

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
Résultat string

PromptForTagIssue() public méthode

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
Résultat System.Collections.Generic

SelectedTagFromList() public méthode

Selecteds the user.
public SelectedTagFromList ( ) : string
Résultat string