Interface
IPerformanceCounterObjectTreeViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IPerformanceCounterObjectTreeViewModel

Properties

Description

Declaration

cs-api-definition
string Description { get; set; }

Property Value

string

Instances

Declaration

cs-api-definition
ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel> Instances { get; }

Property Value

ObservableCollection<IPerformanceCounterObjectInstanceTreeViewModel>

IsSelected

Declaration

cs-api-definition
bool? IsSelected { get; set; }

Property Value

bool?

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.

Declaration

cs-api-definition
IList LogicalChildren { get; }

Property Value

IList

Name

Declaration

cs-api-definition
string Name { get; set; }

Property Value

string

Parent

Declaration

cs-api-definition
IPerformanceCounterConfigurationViewModel Parent { get; }

Property Value

IPerformanceCounterConfigurationViewModel

Methods

OnChildValueSelectionChanged()

Declaration

cs-api-definition
void OnChildValueSelectionChanged()