Class
TestResultsPerformanceTestStepViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestResultsPerformanceTestStepViewModel : ViewModelBase<TestResultsPerformanceTestStepViewModel>

Inheritance: objectTestResultsPerformanceTestStepViewModel

Constructors

TestResultsPerformanceTestStepViewModel(TestResultsPerformanceProfileViewModel, ProfilerTestStep, ProfilerTestStep, int)

Declaration

cs-api-definition
public TestResultsPerformanceTestStepViewModel(TestResultsPerformanceProfileViewModel profileViewModel, ProfilerTestStep profilerTestStep, ProfilerTestStep benchmarkTestStep, int iStepNumber)

Parameters

profileViewModel

TestResultsPerformanceProfileViewModel

profilerTestStep

ProfilerTestStep

benchmarkTestStep

ProfilerTestStep

iStepNumber

int

Properties

BenchmarkTestStep

Declaration

cs-api-definition
public ProfilerTestStep BenchmarkTestStep { get; set; }

Property Value

ProfilerTestStep

ClientTime

Declaration

cs-api-definition
public TimeSpan ClientTime { get; set; }

Property Value

TimeSpan

ClientTimeDelta

Declaration

cs-api-definition
public TimeSpan? ClientTimeDelta { get; }

Property Value

TimeSpan?

DataSize

Declaration

cs-api-definition
public ulong DataSize { get; set; }

Property Value

ulong

DataSizeDelta

Declaration

cs-api-definition
public ulong? DataSizeDelta { get; }

Property Value

ulong?

HttpErrorCount

Declaration

cs-api-definition
public int HttpErrorCount { get; set; }

Property Value

int

HttpErrorCountDelta

Declaration

cs-api-definition
public int? HttpErrorCountDelta { get; }

Property Value

int?

NetworkTime

Declaration

cs-api-definition
public TimeSpan NetworkTime { get; set; }

Property Value

TimeSpan

NetworkTimeDelta

Declaration

cs-api-definition
public TimeSpan? NetworkTimeDelta { get; }

Property Value

TimeSpan?

ProfileViewModel

Declaration

cs-api-definition
public TestResultsPerformanceProfileViewModel ProfileViewModel { get; set; }

Property Value

TestResultsPerformanceProfileViewModel

ServerTime

Declaration

cs-api-definition
public TimeSpan ServerTime { get; set; }

Property Value

TimeSpan

ServerTimeDelta

Declaration

cs-api-definition
public TimeSpan? ServerTimeDelta { get; }

Property Value

TimeSpan?

StartTime

Declaration

cs-api-definition
public DateTime StartTime { get; set; }

Property Value

DateTime

StepNumber

Declaration

cs-api-definition
public int StepNumber { get; set; }

Property Value

int

StepText

Declaration

cs-api-definition
public string StepText { get; set; }

Property Value

string

StopTime

Declaration

cs-api-definition
public DateTime StopTime { get; set; }

Property Value

DateTime

TestStep

Declaration

cs-api-definition
public ProfilerTestStep TestStep { get; set; }

Property Value

ProfilerTestStep

TotalTime

Declaration

cs-api-definition
public TimeSpan TotalTime { get; set; }

Property Value

TimeSpan

TotalTimeDelta

Declaration

cs-api-definition
public TimeSpan? TotalTimeDelta { get; }

Property Value

TimeSpan?