Interface IPerformanceCounterObjectInstanceTreeViewModel
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IPerformanceCounterObjectInstanceTreeViewModel
Properties
Counters
Declaration
ObservableCollection<IPerformanceCounterTreeViewModel> Counters { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<IPerformanceCounterTreeViewModel>
|
IsSelected
Declaration
bool? IsSelected { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
Name
Declaration
string Name { get; set; }
Property Value
|
System.String
|
Parent
Declaration
IPerformanceCounterObjectTreeViewModel Parent { get; }
Property Value
|
IPerformanceCounterObjectTreeViewModel
|
Methods
OnChildValueSelectionChanged()
Declaration
void OnChildValueSelectionChanged()