Class PerformanceProfileViewModel
Inheritance
System.Object
PerformanceProfileViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceProfileViewModel : ViewModelBase<PerformanceProfileViewModel>
Constructors
PerformanceProfileViewModel(PerformanceMainViewModel, String, ProfilerResultsFile)
Declaration
public PerformanceProfileViewModel(PerformanceMainViewModel mainViewModel, string strResultsFilePath = null, ProfilerResultsFile perfResult = null)
Parameters
Performance
|
System.
|
Profiler
|
Properties
BlendedSampleDataViewModel
Declaration
public PerformanceBlendedSampleDataViewModel BlendedSampleDataViewModel { get; }
Property Value
HttpTrafficEventViewModels
Declaration
public FreezableCollection<HttpTrafficEventViewModel> HttpTrafficEventViewModels { get; }
Property Value
System.
|
IsEntireViewingTimeRangeNotSelected
Declaration
public bool IsEntireViewingTimeRangeNotSelected { get; set; }
Property Value
System.
|
LongestStepTotalTime
Declaration
public TimeSpan? LongestStepTotalTime { get; }
Property Value
System.
|
LongestStepTotalTimeMilliseconds
Declaration
public double? LongestStepTotalTimeMilliseconds { get; }
Property Value
System.
|
MainViewModel
Declaration
public PerformanceMainViewModel MainViewModel { get; set; }
Property Value
MetadataViewModel
Declaration
public PerformanceProfileMetadataViewModel MetadataViewModel { get; set; }
Property Value
PerformanceCounterSamples
Declaration
public Dictionary<string, PerformanceCounterConfigurationSettings> PerformanceCounterSamples { get; }
Property Value
System.
|
ResultsFile
SampleViewModels
Declaration
public ObservableCollection<IProfilerSampleViewModel> SampleViewModels { get; }
Property Value
System.
|
SelectedSampleViewModel
Declaration
public IProfilerSampleViewModel SelectedSampleViewModel { get; set; }
Property Value
Telerik.
|
SelectionStartTime
Declaration
public DateTime? SelectionStartTime { get; set; }
Property Value
System.
|
SelectionStopTime
Declaration
public DateTime? SelectionStopTime { get; set; }
Property Value
System.
|
ShorthandLabelText
Declaration
public string ShorthandLabelText { get; set; }
Property Value
System.
|
ShowErrorColumn
Declaration
public bool ShowErrorColumn { get; set; }
Property Value
System.
|
SolidBrush
Declaration
public Brush SolidBrush { get; set; }
Property Value
System.
|
Steps
Declaration
public FreezableCollection<PerformanceTestStepViewModel> Steps { get; set; }
Property Value
System.
|
TestStartTime
Declaration
public DateTime? TestStartTime { get; set; }
Property Value
System.
|
TestStopTime
Declaration
public DateTime? TestStopTime { get; set; }
Property Value
System.
|
ViewingTimeRange
Declaration
public IPerformanceDataRange ViewingTimeRange { get; set; }
Property Value
Telerik.
|
VisibleStartTime
Declaration
public DateTime? VisibleStartTime { get; set; }
Property Value
System.
|
VisibleStopTime
Declaration
public DateTime? VisibleStopTime { get; set; }
Property Value
System.
|