Class DomTreeNode
Inheritance
System.Object
DomTreeNode
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DomTreeNode : ViewModelBase
Constructors
DomTreeNode(ITargetElement, DomTreeNode)
Declaration
public DomTreeNode(ITargetElement element, DomTreeNode parent)
Parameters
ITarget
|
Dom
|
DomTreeNode(ITargetElement, DomTreeNode, Boolean)
Declaration
public DomTreeNode(ITargetElement element, DomTreeNode parent, bool includeTagIndex)
Parameters
ITarget
|
Dom
|
System.
|
Properties
Element
Header
Declaration
public string Header { get; set; }
Property Value
System.
|
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
System.
|
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.
|
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
System.
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Items
Declaration
public List<DomTreeNode> Items { get; set; }
Property Value
System.
|
ParentNode
SearchDisplayText
Declaration
public string SearchDisplayText { get; }
Property Value
System.
|
TagName
Declaration
public string TagName { get; }
Property Value
System.
|
TechnologyType
Tooltip
Declaration
public string Tooltip { get; }
Property Value
System.
|
UniqueId
Declaration
public string UniqueId { get; }
Property Value
System.
|
Methods
GetNodeText(ViewMode, ITargetElement)
Declaration
public static string GetNodeText(ViewMode mode, ITargetElement element)
Parameters
View
|
ITarget
|
Returns
System.
|
GetSearchPath(DomTreeNode)
Declaration
public static string GetSearchPath(DomTreeNode node)
Parameters
Dom
|
Returns
System.
|