Class ElementsExplorerController
Inheritance
System.Object
ElementsExplorerController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementsExplorerController
Constructors
ElementsExplorerController()
Declaration
public ElementsExplorerController()
Properties
ControlView
ElementsExplorerModel
Declaration
public ElementsExplorerViewModel ElementsExplorerModel { get; set; }
Property Value
ElementsExplorerViewModel
|
Methods
CanExecute(ICommand)
Declaration
public bool CanExecute(ICommand command)
Parameters
System.Windows.Input.ICommand
command
|
Returns
System.Boolean
|
HandleCommand(ICommand, Object)
Declaration
public void HandleCommand(ICommand command, object commandArgs)
Parameters
System.Windows.Input.ICommand
command
|
System.Object
commandArgs
|
Initialize()
Declaration
public void Initialize()
LoadSelectedNodeTests(ElementNode, LightElementNode)
Declaration
public void LoadSelectedNodeTests(ElementNode node, LightElementNode lightNode = null)
Parameters
ElementNode
node
|
LightElementNode
lightNode
|
OpenElements(IEnumerable<OpenItem>)
Declaration
public Task OpenElements(IEnumerable<OpenItem> elementsToOpen)
Parameters
System.Collections.Generic.IEnumerable<OpenItem>
elementsToOpen
|
Returns
System.Threading.Tasks.Task
|
Refresh()
Declaration
public void Refresh()
RemoveNode(ElementNode)
SelectNode(ElementNode)
Events
ElementSelected
Declaration
public event Action ElementSelected
Event Type
System.Action
|