Interface IPerformanceCounterObjectTreeViewModel
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IPerformanceCounterObjectTreeViewModel
Properties
Description
Declaration
string Description { get; set; }
Property Value
System.
|
Instances
Declaration
ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel> Instances { get; }
Property Value
System.
|
IsSelected
Declaration
bool? IsSelected { get; set; }
Property Value
System.
|
LogicalChildren
Declaration
IList LogicalChildren { get; }
Property Value
System.
|
Name
Declaration
string Name { get; set; }
Property Value
System.
|
Parent
Declaration
IPerformanceCounterConfigurationViewModel Parent { get; }
Property Value
Methods
OnChildValueSelectionChanged()
Declaration
void OnChildValueSelectionChanged()