Méthode | Description | |
---|---|---|
AdvancedSettingsView ( AdvancedSettings advancedSettings ) : System | ||
DefaultToTfsFieldMappings ( ) : void | ||
DefaultToTicketTypes ( ) : void | ||
DisplayAvailableStates ( List |
||
GetCurrentDefaultAssignee ( ) : string | ||
GetCurrentDefaultCreator ( ) : string | ||
GetCurrentPriorities ( ) : string>>.IEnumerable |
||
GetCurrentPriorityField ( ) : string | ||
GetCurrentStates ( ) : string>>.IEnumerable |
||
GetCurrentTicketTypeMappings ( ) : string>>.IEnumerable |
||
GetDefaultTfsFieldValues ( TfsFieldCollection fields ) : void | ||
JiraNotAvailable ( ) : void | ||
ListAvailableFromPriorities ( List |
||
ListAvailablePriorityFields ( List |
||
ListAvailableToPriorities ( List |
||
SetAvailableTicketTypes ( IEnumerable |
||
SetDefaultAsignees ( IEnumerable |
||
SetDefaultCreators ( IEnumerable |
||
ShowCurrentTicketTypeMappings ( string>.IEnumerable |
||
ShowDefaultTfsFieldValues ( TfsFieldCollection fields ) : void | ||
TfsNotAvailable ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
CancelBtn_Click ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnClickRestoreTicketTypeDefaults ( object sender, EventArgs e ) : void | ||
OnDataError ( object sender, DataGridViewDataErrorEventArgs e ) : void | ||
OnFirstShow ( object sender, EventArgs e ) : void | ||
SaveBtn_Click ( object sender, EventArgs e ) : void | ||
TellMeMore_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
customPriorityField_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
disableTypeMapping ( ) : void | ||
restorePriorityDefaults_Click ( object sender, EventArgs e ) : void | ||
restoreStateDefaults_Click ( object sender, EventArgs e ) : void | ||
seeMicrosoftLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void |
public AdvancedSettingsView ( AdvancedSettings advancedSettings ) : System | ||
advancedSettings | AdvancedSettings | |
Résultat | System |
public DefaultToTfsFieldMappings ( ) : void | ||
Résultat | void |
public DisplayAvailableStates ( List |
||
workItemNames | List |
|
nextStatesFor | NextStatesFor | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetCurrentDefaultAssignee ( ) : string | ||
Résultat | string |
public GetCurrentDefaultCreator ( ) : string | ||
Résultat | string |
public GetCurrentPriorities ( ) : string>>.IEnumerable |
||
Résultat | string>>.IEnumerable |
public GetCurrentPriorityField ( ) : string | ||
Résultat | string |
public GetCurrentStates ( ) : string>>.IEnumerable |
||
Résultat | string>>.IEnumerable |
public GetCurrentTicketTypeMappings ( ) : string>>.IEnumerable |
||
Résultat | string>>.IEnumerable |
public GetDefaultTfsFieldValues ( TfsFieldCollection fields ) : void | ||
fields | TfsFieldCollection | |
Résultat | void |
public ListAvailableFromPriorities ( List |
||
values | List |
|
mapTo | MapstoFrom | |
Résultat | void |
public ListAvailablePriorityFields ( List |
||
fields | List |
|
defaultPriorityFieldName | string | |
Résultat | void |
public ListAvailableToPriorities ( List |
||
values | List |
|
Résultat | void |
public SetAvailableTicketTypes ( IEnumerable |
||
availableTypes | IEnumerable |
|
Résultat | void |
public SetDefaultAsignees ( IEnumerable |
||
tfsUsers | IEnumerable |
|
defaultTo | string | |
Résultat | void |
public SetDefaultCreators ( IEnumerable |
||
tfsUsers | IEnumerable |
|
defaultTo | string | |
Résultat | void |
public ShowCurrentTicketTypeMappings ( string>.IEnumerable |
||
currentMappings | string>.IEnumerable | |
Résultat | void |
public ShowDefaultTfsFieldValues ( TfsFieldCollection fields ) : void | ||
fields | TfsFieldCollection | |
Résultat | void |