ClassRootNodeData
Class
Definition
Namespace:ArtOfTest.Common.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RootNodeData : INodeData, INotifyPropertyChanged
Inheritance: objectRootNodeData
Implements:
Constructors
RootNodeData()
Declaration
cs-api-definition
public RootNodeData()
Properties
FriendlyName
Get or set a friendly name for this node.
Declaration
cs-api-definition
public string FriendlyName { get; set; }
Property Value
Implements
Kind
The kind of this node.
Declaration
cs-api-definition
[Browsable(false)]
public int Kind { get; }
Property Value
Implements
VariableReference
Declaration
cs-api-definition
[Browsable(false)]
public CodeExpression VariableReference { get; set; }
Property Value
Implements
Methods
Clone()
Perform a deep clone of this node.
Declaration
cs-api-definition
public INodeData Clone()
Returns
The cloned node.
Implements
CopyTo(INodeData)
Copy this to the node passed in.
Declaration
cs-api-definition
public void CopyTo(INodeData o)
Parameters
o
The node to copy to.
Implements
GetUniqueKey()
Get the unique key that identifies this node.
Match(INodeData)
Compare two INodeData
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements