Class
ElementsExplorerController

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

ElementsExplorer

ElementsExplorerModel

Declaration

cs-api-definition
public ElementsExplorerViewModel ElementsExplorerModel { get; set; }

Property Value

ElementsExplorerViewModel

Methods

CanExecute(ICommand)

Declaration

cs-api-definition
public bool CanExecute(ICommand command)

Parameters

command

ICommand

Returns

bool

HandleCommand(ICommand, object)

Declaration

cs-api-definition
public void HandleCommand(ICommand command, object commandArgs)

Parameters

command

ICommand

commandArgs

object

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

ElementNode

lightNode

LightElementNode

OpenElements(IEnumerable<OpenItem>)

Declaration

cs-api-definition
public Task OpenElements(IEnumerable<OpenItem> elementsToOpen)

Parameters

elementsToOpen

IEnumerable<OpenItem>

Returns

Task

Refresh()

Declaration

cs-api-definition
public void Refresh()

RemoveNode(ElementNode)

Declaration

cs-api-definition
public void RemoveNode(ElementNode elementNode)

Parameters

elementNode

ElementNode

SelectNode(ElementNode)

Declaration

cs-api-definition
public void SelectNode(ElementNode elementNode)

Parameters

elementNode

ElementNode

Events

ElementSelected

Declaration

cs-api-definition
public event Action ElementSelected

Event Value

Action