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
ITargetElement
element
|
DomTreeNode
parent
|
DomTreeNode(ITargetElement, DomTreeNode, Boolean)
Declaration
public DomTreeNode(ITargetElement element, DomTreeNode parent, bool includeTagIndex)
Parameters
ITargetElement
element
|
DomTreeNode
parent
|
System.Boolean
includeTagIndex
|
Properties
Element
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
System.String
|
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Items
Declaration
public List<DomTreeNode> Items { get; set; }
Property Value
System.Collections.Generic.List<DomTreeNode>
|
ParentNode
SearchDisplayText
Declaration
public string SearchDisplayText { get; }
Property Value
System.String
|
TagName
Declaration
public string TagName { get; }
Property Value
System.String
|
TechnologyType
Tooltip
Declaration
public string Tooltip { get; }
Property Value
System.String
|
UniqueId
Declaration
public string UniqueId { get; }
Property Value
System.String
|
Methods
GetNodeText(ViewMode, ITargetElement)
Declaration
public static string GetNodeText(ViewMode mode, ITargetElement element)
Parameters
ViewMode
mode
|
ITargetElement
element
|
Returns
System.String
|
GetSearchPath(DomTreeNode)
Declaration
public static string GetSearchPath(DomTreeNode node)
Parameters
DomTreeNode
node
|
Returns
System.String
|