ClassTestResultsPerformanceTestStepViewModel
Class
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
benchmarkTestStep
iStepNumber
Properties
BenchmarkTestStep
Declaration
cs-api-definition
public ProfilerTestStep BenchmarkTestStep { get; set; }
Property Value
ProfileViewModel
Declaration
cs-api-definition
public TestResultsPerformanceProfileViewModel ProfileViewModel { get; set; }
Property Value
TestStep
Declaration
cs-api-definition
public ProfilerTestStep TestStep { get; set; }
Property Value