InterfaceIBugTrackerConnectionUI
Interface
Represents the connection UI to provide to the users on configuring the bug tracker.
Definition
Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IBugTrackerConnectionUI : INotifyPropertyChanged
Inherited Members
Properties
CanClose
Whether to let the user close the UI. Optional, return 'true' so that the user can click the respective button.
CanSave
Whether to allow the user to save the state (makes sense in addition to OnSave implementation). Optional, return 'true' so that the user can always click the respective button.
SettingsControl
The control to present to the users so that they can fill in the necessary connection data.