Class BugTrackerViewModel
Inheritance
System.Object
BugTrackerViewModel
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BugTrackerViewModel : ViewModelBase<BugTrackerViewModel>
Constructors
BugTrackerViewModel(BugTrackerWrapper)
Declaration
public BugTrackerViewModel(BugTrackerWrapper bugTrackerWrapper)
Parameters
BugTrackerWrapper
bugTrackerWrapper
|
Properties
ConnectedGlyph
Declaration
public BitmapSource ConnectedGlyph { get; }
Property Value
System.Windows.Media.Imaging.BitmapSource
|
ConnectionStateToolTip
Declaration
public string ConnectionStateToolTip { get; }
Property Value
System.String
|
IsConnected
Declaration
public bool IsConnected { get; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
ProjectName
Declaration
public string ProjectName { get; }
Property Value
System.String
|
Provider
ServerName
Declaration
public string ServerName { get; }
Property Value
System.String
|
ShouldSubmit
Declaration
public bool ShouldSubmit { get; set; }
Property Value
System.Boolean
|
Methods
Connect(Dictionary<String, Object>)
Declaration
public bool Connect(Dictionary<string, object> settings)
Parameters
System.Collections.Generic.Dictionary<System.String, System.Object>
settings
|
Returns
System.Boolean
|
OnPropertyChanged(String)
Declaration
public void OnPropertyChanged(string strPropertyName)
Parameters
System.String
strPropertyName
|