Class PerformanceComparedStepViewModel
Inheritance
System.Object
PerformanceComparedStepViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceComparedStepViewModel : ViewModelBase<PerformanceComparedStepViewModel>
Constructors
PerformanceComparedStepViewModel(PerformanceCompareViewModel, PerformanceTestStepViewModel[])
Declaration
public PerformanceComparedStepViewModel(PerformanceCompareViewModel compareViewModel, params PerformanceTestStepViewModel[] steps)
Parameters
PerformanceCompareViewModel
compareViewModel
|
PerformanceTestStepViewModel[]
steps
|
Fields
ComparedStepViewModelProperty
Declaration
public static readonly DependencyProperty ComparedStepViewModelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ClientTimeDelta
Declaration
public TimeSpan ClientTimeDelta { get; }
Property Value
System.TimeSpan
|
CompareViewModel
Declaration
public PerformanceCompareViewModel CompareViewModel { get; }
Property Value
PerformanceCompareViewModel
|
DataSizeDelta
Declaration
public long DataSizeDelta { get; }
Property Value
System.Int64
|
HttpErrorCountDelta
Declaration
public long HttpErrorCountDelta { get; }
Property Value
System.Int64
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
NetworkTimeDelta
Declaration
public TimeSpan NetworkTimeDelta { get; }
Property Value
System.TimeSpan
|
ServerTimeDelta
Declaration
public TimeSpan ServerTimeDelta { get; }
Property Value
System.TimeSpan
|
StepNumber
Declaration
public int StepNumber { get; }
Property Value
System.Int32
|
Steps
Declaration
public ObservableCollection<PerformanceTestStepViewModel> Steps { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<PerformanceTestStepViewModel>
|
StepsMatch
Declaration
public bool StepsMatch { get; }
Property Value
System.Boolean
|
StepText
Declaration
public string StepText { get; }
Property Value
System.String
|
TotalTimeDelta
Declaration
public TimeSpan TotalTimeDelta { get; }
Property Value
System.TimeSpan
|
Methods
Flip()
Declaration
public void Flip()
GetComparedStepViewModel(DependencyObject)
Declaration
public static PerformanceComparedStepViewModel GetComparedStepViewModel(DependencyObject d)
Parameters
System.Windows.DependencyObject
d
|
Returns
PerformanceComparedStepViewModel
|
SetComparedStepViewModel(DependencyObject, PerformanceComparedStepViewModel)
Declaration
public static void SetComparedStepViewModel(DependencyObject d, PerformanceComparedStepViewModel vm)
Parameters
System.Windows.DependencyObject
d
|
PerformanceComparedStepViewModel
vm
|