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.Guid
testGuid
|
System.String
benchmarkResultsFilePath
|
System.String
strResultsFilePath
|
ResultsFileXmlRoot
perfResult
|
Properties
BenchmarkResultsFile
Declaration
public ProfilerResultsFile BenchmarkResultsFile { get; set; }
Property Value
ProfilerResultsFile
|
ResultsFile
Steps
Declaration
public ObservableCollection<TestResultsPerformanceTestStepViewModel> Steps { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TestResultsPerformanceTestStepViewModel>
|