Class TestResultsPerformanceProfileViewModel
Inheritance
System.Object
TestResultsPerformanceProfileViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestResultsPerformanceProfileViewModel : ViewModelBase<TestResultsPerformanceProfileViewModel>
Constructors
TestResultsPerformanceProfileViewModel(Guid, String, String, ResultsFileXmlRoot)
Declaration
public TestResultsPerformanceProfileViewModel(Guid testGuid, string benchmarkResultsFilePath, string strResultsFilePath, ResultsFileXmlRoot perfResult)
Parameters
System.
|
System.
|
System.
|
Results
|
Properties
BenchmarkResultsFile
Declaration
public ProfilerResultsFile BenchmarkResultsFile { get; set; }
Property Value
ResultsFile
Steps
Declaration
public ObservableCollection<TestResultsPerformanceTestStepViewModel> Steps { get; }
Property Value
System.
|