Class
PerformanceCounterChartServerViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class PerformanceCounterChartServerViewModel : ViewModelBase<PerformanceCounterChartServerViewModel>

Inheritance: objectPerformanceCounterChartServerViewModel

Constructors

PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel, string)

Declaration

cs-api-definition
public PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel blendedViewModel, string strName)

Parameters

blendedViewModel

PerformanceBlendedSampleDataViewModel

strName

string

Properties

BlendedViewModel

Declaration

cs-api-definition
public PerformanceBlendedSampleDataViewModel BlendedViewModel { get; }

Property Value

PerformanceBlendedSampleDataViewModel

Channels

Declaration

cs-api-definition
public ObservableCollection<PerformanceCounterChartChannelViewModel> Channels { get; }

Property Value

ObservableCollection<PerformanceCounterChartChannelViewModel>

IsVisible

Declaration

cs-api-definition
public HierarchicalNullableBooleanViewModel IsVisible { get; }

Property Value

HierarchicalNullableBooleanViewModel

Name

Declaration

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

Property Value

string