ClassPerformanceBlendedSampleDataViewModel
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class PerformanceBlendedSampleDataViewModel : ViewModelBase<PerformanceBlendedSampleDataViewModel>, IProfilerSampleViewModel
Inheritance: objectPerformanceBlendedSampleDataViewModel
Implements:
Constructors
PerformanceBlendedSampleDataViewModel(PerformanceProfileViewModel)
Declaration
public PerformanceBlendedSampleDataViewModel(PerformanceProfileViewModel profileViewModel)
Parameters
profileViewModel
Properties
PerformanceCounterServers
Declaration
public FreezableCollection<PerformanceCounterChartServerViewModel> PerformanceCounterServers { get; protected set; }
Property Value
ProfileViewModel
Declaration
public PerformanceProfileViewModel ProfileViewModel { get; set; }
Property Value
RequestColumnWidth
Declaration
public GridViewLength RequestColumnWidth { get; set; }
Property Value
GridViewLength
ResponseColumnWidth
Declaration
public GridViewLength ResponseColumnWidth { get; set; }
Property Value
GridViewLength
SizeColumnWidth
Declaration
public GridViewLength SizeColumnWidth { get; set; }
Property Value
GridViewLength
SourceComponent
Declaration
public IProfilerComponent SourceComponent { get; }
Property Value
IProfilerComponent
TestTimeRange
Declaration
public IPerformanceDataRange TestTimeRange { get; set; }
Property Value
IPerformanceDataRange
TimeColumnWidth
Declaration
public GridViewLength TimeColumnWidth { get; set; }
Property Value
GridViewLength
ViewingTimeRange
Declaration
public IPerformanceDataRange ViewingTimeRange { get; set; }
Property Value
IPerformanceDataRange
VisibleHttpTrafficEventViewModels
Declaration
public ObservableCollection<HttpTrafficEventViewModel> VisibleHttpTrafficEventViewModels { get; }
Property Value
VisiblePerformanceCounterSamples
Usage of SeriesMappingCollection really belongs in the view but it doesn't databind for beans, so we pretend it's a viewmodel.
Declaration
public ObservableCollection<PerformanceCounterChartChannelViewModel> VisiblePerformanceCounterSamples { get; }
Property Value
ObservableCollection<PerformanceCounterChartChannelViewModel>