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