Class TestResultsPerformanceTestStepViewModel
Inheritance
System.Object
TestResultsPerformanceTestStepViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestResultsPerformanceTestStepViewModel : ViewModelBase<TestResultsPerformanceTestStepViewModel>
Constructors
TestResultsPerformanceTestStepViewModel(TestResultsPerformanceProfileViewModel, ProfilerTestStep, ProfilerTestStep, Int32)
Declaration
public TestResultsPerformanceTestStepViewModel(TestResultsPerformanceProfileViewModel profileViewModel, ProfilerTestStep profilerTestStep, ProfilerTestStep benchmarkTestStep, int iStepNumber)
Parameters
TestResultsPerformanceProfileViewModel
profileViewModel
|
ProfilerTestStep
profilerTestStep
|
ProfilerTestStep
benchmarkTestStep
|
System.Int32
iStepNumber
|
Properties
BenchmarkTestStep
ClientTime
Declaration
public TimeSpan ClientTime { get; set; }
Property Value
System.TimeSpan
|
ClientTimeDelta
Declaration
public TimeSpan? ClientTimeDelta { get; }
Property Value
System.Nullable<System.TimeSpan>
|
DataSize
Declaration
public ulong DataSize { get; set; }
Property Value
System.UInt64
|
DataSizeDelta
Declaration
public ulong? DataSizeDelta { get; }
Property Value
System.Nullable<System.UInt64>
|
HttpErrorCount
Declaration
public int HttpErrorCount { get; set; }
Property Value
System.Int32
|
HttpErrorCountDelta
Declaration
public int? HttpErrorCountDelta { get; }
Property Value
System.Nullable<System.Int32>
|
NetworkTime
Declaration
public TimeSpan NetworkTime { get; set; }
Property Value
System.TimeSpan
|
NetworkTimeDelta
Declaration
public TimeSpan? NetworkTimeDelta { get; }
Property Value
System.Nullable<System.TimeSpan>
|
ProfileViewModel
Declaration
public TestResultsPerformanceProfileViewModel ProfileViewModel { get; set; }
Property Value
TestResultsPerformanceProfileViewModel
|
ServerTime
Declaration
public TimeSpan ServerTime { get; set; }
Property Value
System.TimeSpan
|
ServerTimeDelta
Declaration
public TimeSpan? ServerTimeDelta { get; }
Property Value
System.Nullable<System.TimeSpan>
|
StartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
System.DateTime
|
StepNumber
Declaration
public int StepNumber { get; set; }
Property Value
System.Int32
|
StepText
Declaration
public string StepText { get; set; }
Property Value
System.String
|
StopTime
Declaration
public DateTime StopTime { get; set; }
Property Value
System.DateTime
|
TestStep
TotalTime
Declaration
public TimeSpan TotalTime { get; set; }
Property Value
System.TimeSpan
|
TotalTimeDelta
Declaration
public TimeSpan? TotalTimeDelta { get; }
Property Value
System.Nullable<System.TimeSpan>
|