Class PerformanceBlendedSampleDataViewModel
Inheritance
System.Object
PerformanceBlendedSampleDataViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceBlendedSampleDataViewModel : ViewModelBase<PerformanceBlendedSampleDataViewModel>, IProfilerSampleViewModel
Constructors
PerformanceBlendedSampleDataViewModel(PerformanceProfileViewModel)
Declaration
public PerformanceBlendedSampleDataViewModel(PerformanceProfileViewModel profileViewModel)
Parameters
PerformanceProfileViewModel
profileViewModel
|
Properties
ChartMargin
Declaration
public Thickness ChartMargin { get; }
Property Value
System.Windows.Thickness
|
ChartXPosition
Declaration
public double ChartXPosition { get; set; }
Property Value
System.Double
|
Icon16x16
Declaration
public ImageSource Icon16x16 { get; }
Property Value
System.Windows.Media.ImageSource
|
PerformanceCounterServers
Declaration
public FreezableCollection<PerformanceCounterChartServerViewModel> PerformanceCounterServers { get; protected set; }
Property Value
System.Windows.FreezableCollection<PerformanceCounterChartServerViewModel>
|
ProfileViewModel
Declaration
public PerformanceProfileViewModel ProfileViewModel { get; set; }
Property Value
PerformanceProfileViewModel
|
RequestColumnWidth
Declaration
public GridViewLength RequestColumnWidth { get; set; }
Property Value
Telerik.Windows.Controls.GridViewLength
|
ResponseColumnWidth
Declaration
public GridViewLength ResponseColumnWidth { get; set; }
Property Value
Telerik.Windows.Controls.GridViewLength
|
SizeColumnWidth
Declaration
public GridViewLength SizeColumnWidth { get; set; }
Property Value
Telerik.Windows.Controls.GridViewLength
|
SourceComponent
Declaration
public IProfilerComponent SourceComponent { get; }
Property Value
Telerik.TestStudio.Interfaces.Profiler.IProfilerComponent
|
TestTimeRange
Declaration
public IPerformanceDataRange TestTimeRange { get; set; }
Property Value
Telerik.TestStudio.Interfaces.Profiler.IPerformanceDataRange
|
TimeColumnWidth
Declaration
public GridViewLength TimeColumnWidth { get; set; }
Property Value
Telerik.Windows.Controls.GridViewLength
|
Title
Declaration
public string Title { get; }
Property Value
System.String
|
ViewingTimeRange
Declaration
public IPerformanceDataRange ViewingTimeRange { get; set; }
Property Value
Telerik.TestStudio.Interfaces.Profiler.IPerformanceDataRange
|
VisibleAreaBottom
Declaration
public double VisibleAreaBottom { get; set; }
Property Value
System.Double
|
VisibleHttpTrafficEventViewModels
Declaration
public ObservableCollection<HttpTrafficEventViewModel> VisibleHttpTrafficEventViewModels { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<HttpTrafficEventViewModel>
|
VisiblePerformanceCounterSamples
Declaration
public ObservableCollection<PerformanceCounterChartChannelViewModel> VisiblePerformanceCounterSamples { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<PerformanceCounterChartChannelViewModel>
|