Class TestListFolderNode
Inherited Members
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListFolderNode : FileBasedNodeCollection
Constructors
TestListFolderNode(FileBasedNodeCollection, String)
Declaration
public TestListFolderNode(FileBasedNodeCollection parent, string path)
Parameters
FileBasedNodeCollection
parent
|
System.String
path
|
Fields
TESTLISTSFOLDER_FILENAME
Declaration
public static readonly string TESTLISTSFOLDER_FILENAME
Field Value
System.String
|
Properties
DisplaysSourceControlStatus
Declaration
public override bool DisplaysSourceControlStatus { get; }
Property Value
System.Boolean
|
Overrides
TestListNodes
Declaration
public ObservableCollection<TestListNode> TestListNodes { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TestListNode>
|
Methods
Refresh(String, Boolean, Action)
Declaration
public void Refresh(string strFolderPath = null, bool bWait = true, Action completionAction = null)
Parameters
System.String
strFolderPath
|
System.Boolean
bWait
|
System.Action
completionAction
|