ClassElementsExplorerController
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ElementsExplorerController
Inheritance: objectElementsExplorerController
Constructors
ElementsExplorerController()
Declaration
cs-api-definition
public ElementsExplorerController()
Properties
ControlView
Declaration
cs-api-definition
public ElementsExplorer ControlView { get; set; }
Property Value
ElementsExplorerModel
Declaration
cs-api-definition
public ElementsExplorerViewModel ElementsExplorerModel { get; set; }
Property Value
Methods
Initialize()
Declaration
cs-api-definition
public void Initialize()
LoadSelectedNodeTests(ElementNode, LightElementNode)
Declaration
cs-api-definition
public void LoadSelectedNodeTests(ElementNode node, LightElementNode lightNode = null)
Parameters
node
lightNode
OpenElements(IEnumerable<OpenItem>)
Declaration
cs-api-definition
public Task OpenElements(IEnumerable<OpenItem> elementsToOpen)
Parameters
elementsToOpen
Returns
Refresh()
Declaration
cs-api-definition
public void Refresh()
RemoveNode(ElementNode)
Declaration
cs-api-definition
public void RemoveNode(ElementNode elementNode)
Parameters
elementNode
SelectNode(ElementNode)
Declaration
cs-api-definition
public void SelectNode(ElementNode elementNode)
Parameters
elementNode