InterfaceIPerformanceCounterObjectTreeViewModel
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IPerformanceCounterObjectTreeViewModel
Properties
Instances
Declaration
cs-api-definition
ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel> Instances { get; }
Property Value
ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel>
LogicalChildren
This is required by the XAML view. It returns either one collection or another, depending on if the intermediary level is populated by instances.
Parent
Declaration
cs-api-definition
IPerformanceCounterConfigurationViewModel Parent { get; }
Property Value
Methods
OnChildValueSelectionChanged()
Declaration
cs-api-definition
void OnChildValueSelectionChanged()