Interface
IPerformanceCounterSelectedCounterViewModel

Definition

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

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IPerformanceCounterSelectedCounterViewModel : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

CounterName

Declaration

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

Property Value

string

InstanceName

Declaration

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

Property Value

string

ObjectName

Declaration

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

Property Value

string

SourceTreeNode

Declaration

cs-api-definition
IPerformanceCounterTreeViewModel SourceTreeNode { get; set; }

Property Value

IPerformanceCounterTreeViewModel