C# Class VSSonarExtensionUi.View.Helpers.PromptForTagIssue

Interaction logic for PromptUserData.xaml
Mostrar archivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method 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

Method 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 method

new tags this instance.
public NewTag ( ) : string
return string

Prompt() public static method

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
return string

PromptForTagIssue() public method

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
return System.Collections.Generic

SelectedTagFromList() public method

Selecteds the user.
public SelectedTagFromList ( ) : string
return string