Interface IPerformanceCounterSelectedCounterViewModel
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IPerformanceCounterSelectedCounterViewModel : INotifyPropertyChanged
Properties
CounterName
Declaration
string CounterName { get; set; }
Property Value
System.
|
InstanceName
Declaration
string InstanceName { get; set; }
Property Value
System.
|
ObjectName
Declaration
string ObjectName { get; set; }
Property Value
System.
|
SourceTreeNode
Declaration
IPerformanceCounterTreeViewModel SourceTreeNode { get; set; }