Class TestDetailsTestModel
Inheritance
System.Object
TestDetailsTestModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestDetailsTestModel : ViewModelBase
Constructors
TestDetailsTestModel()
Declaration
public TestDetailsTestModel()
Properties
CustProperty1
Declaration
public string CustProperty1 { get; set; }
Property Value
System.String
|
CustProperty2
Declaration
public string CustProperty2 { get; set; }
Property Value
System.String
|
CustProperty3
Declaration
public string CustProperty3 { get; set; }
Property Value
System.String
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
System.String
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
Owner
Declaration
public string Owner { get; set; }
Property Value
System.String
|
Path
Declaration
public string Path { get; }
Property Value
System.String
|
Priority
Declaration
public int Priority { get; set; }
Property Value
System.Int32
|
TestType
Methods
Reset()
Declaration
public void Reset()