Class
PerformanceTestStepViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class PerformanceTestStepViewModel : ViewModelBase<PerformanceTestStepViewModel>, IPerformanceDataRange

Inheritance: objectPerformanceTestStepViewModel

Implements: IPerformanceDataRange

Constructors

PerformanceTestStepViewModel(PerformanceProfileViewModel, ProfilerTestStep, int)

Declaration

cs-api-definition
public PerformanceTestStepViewModel(PerformanceProfileViewModel profileViewModel, ProfilerTestStep profilerTestStep, int iStepNumberFallback)

Parameters

profileViewModel

PerformanceProfileViewModel

profilerTestStep

ProfilerTestStep

iStepNumberFallback

int

Properties

ClientTime

Declaration

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

Property Value

TimeSpan

ClientTimeMilliseconds

Declaration

cs-api-definition
public double ClientTimeMilliseconds { get; set; }

Property Value

double

ClientTimeRatio

Declaration

cs-api-definition
public double ClientTimeRatio { get; }

Property Value

double

ClientTimeSeconds

Declaration

cs-api-definition
public double ClientTimeSeconds { get; set; }

Property Value

double

DataSize

Declaration

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

Property Value

ulong

HasConflict

Declaration

cs-api-definition
public bool HasConflict { get; set; }

Property Value

bool

HttpErrorCount

Declaration

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

Property Value

int

InError

Declaration

cs-api-definition
public bool InError { get; set; }

Property Value

bool

NetworkTime

Declaration

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

Property Value

TimeSpan

ProfileViewModel

Declaration

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

Property Value

PerformanceProfileViewModel

ProfilerTestStep

Declaration

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

Property Value

ProfilerTestStep

ServerTime

Declaration

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

Property Value

TimeSpan

ServerTimeMilliseconds

Declaration

cs-api-definition
public double ServerTimeMilliseconds { get; set; }

Property Value

double

ServerTimeRatio

Declaration

cs-api-definition
public double ServerTimeRatio { get; }

Property Value

double

ServerTimeSeconds

Declaration

cs-api-definition
public double ServerTimeSeconds { get; set; }

Property Value

double

StartTime

Declaration

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

Property Value

DateTime

StepHashCode

Declaration

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

Property Value

int

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

TotalTime

Declaration

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

Property Value

TimeSpan

TotalTimeMilliseconds

Declaration

cs-api-definition
public double TotalTimeMilliseconds { get; set; }

Property Value

double

TotalTimeRatio

Declaration

cs-api-definition
public double TotalTimeRatio { get; }

Property Value

double

TotalTimeSeconds

Declaration

cs-api-definition
public double TotalTimeSeconds { get; set; }

Property Value

double