Class CreateTestViewModel
Inheritance
System.Object
CreateTestViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CreateTestViewModel : CreateProjectItemViewModel
Constructors
Declaration
public CreateTestViewModel(string testName, string testType, string folderPath)
Parameters
|
System.String
testName
|
|
System.String
testType
|
|
System.String
folderPath
|
Properties
Declaration
public string TestType { get; set; }
Property Value
Declaration
public override string Title { get; }
Property Value
Overrides
Methods
Declaration
protected override void BuildFilePath()
Overrides