Interface IPerformanceCounterTreeViewModel
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IPerformanceCounterTreeViewModel
Properties
Description
Declaration
string Description { get; set; }
Property Value
System.
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.
|
Name
Declaration
string Name { get; set; }
Property Value
System.
|
Parent
Declaration
IPerformanceCounterObjectInstanceTreeViewModel Parent { get; }