Class TestDetailsFolderModel
Inheritance
System.Object
TestDetailsFolderModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestDetailsFolderModel : ViewModelBase
Constructors
TestDetailsFolderModel()
Declaration
public TestDetailsFolderModel()
Properties
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
System.String
|
IsProject
Declaration
public bool IsProject { get; }
Property Value
System.Boolean
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean
|
Path
Declaration
public string Path { get; }
Property Value
System.String
|
TotalTestCount
Declaration
public int TotalTestCount { get; set; }
Property Value
System.Int32
|
Methods
Reset()
Declaration
public void Reset()