Class HostTreeNode
Inherited Members
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HostTreeNode : DomTreeNode
Constructors
HostTreeNode(IAutomationHost, ITargetElement, DomTreeNode)
Declaration
public HostTreeNode(IAutomationHost host, ITargetElement element, DomTreeNode parent)
Parameters
IAutomationHost
host
|
ITargetElement
element
|
DomTreeNode
parent
|
Properties
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
System.String
|
Host
Id
Declaration
public string Id { get; set; }
Property Value
System.String
|
StateHashCode
Declaration
public string StateHashCode { get; set; }
Property Value
System.String
|