Class PerformanceCounterChartServerViewModel
Inheritance
System.Object
PerformanceCounterChartServerViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceCounterChartServerViewModel : ViewModelBase<PerformanceCounterChartServerViewModel>
Constructors
PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel, String)
Declaration
public PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel blendedViewModel, string strName)
Parameters
PerformanceBlendedSampleDataViewModel
blendedViewModel
|
System.String
strName
|
Properties
BlendedViewModel
Declaration
public PerformanceBlendedSampleDataViewModel BlendedViewModel { get; }
Property Value
PerformanceBlendedSampleDataViewModel
|
Channels
Declaration
public ObservableCollection<PerformanceCounterChartChannelViewModel> Channels { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<PerformanceCounterChartChannelViewModel>
|
IsVisible
Declaration
public HierarchicalNullableBooleanViewModel IsVisible { get; }
Property Value
Telerik.TestingFramework.Wpf.HierarchicalNullableBooleanViewModel
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|