Interface IBugTrackerConnectionUI
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IBugTrackerConnectionUI : INotifyPropertyChanged
Properties
CanClose
Declaration
bool CanClose { get; }
Property Value
System.Boolean
|
CanSave
Declaration
bool CanSave { get; }
Property Value
System.Boolean
|
SettingsControl
Declaration
Control SettingsControl { get; }
Property Value
System.Windows.Controls.Control
|
Methods
OnClose()
Declaration
void OnClose()
OnSave()
Declaration
void OnSave()