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.String
|
Instances
Declaration
ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel> Instances { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel>
|
IsSelected
Declaration
bool? IsSelected { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
LogicalChildren
Declaration
IList LogicalChildren { get; }
Property Value
|
System.Collections.IList
|
Name
Declaration
string Name { get; set; }
Property Value
|
System.String
|
Parent
Declaration
IPerformanceCounterConfigurationViewModel Parent { get; }
Property Value
|
IPerformanceCounterConfigurationViewModel
|
Methods
OnChildValueSelectionChanged()
Declaration
void OnChildValueSelectionChanged()