InterfaceINodeData
Interface
Interface implemented by all objects to be use in an element tree.
Definition
Namespace:ArtOfTest.Common.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface INodeData : INotifyPropertyChanged
Derived Classes:
Inherited Members
Properties
FriendlyName
Get or set a friendly name for this node.
VariableReference
Declaration
cs-api-definition
CodeExpression VariableReference { get; set; }
Property Value
Methods
Clone()
Perform a deep clone of this node.
CopyTo(INodeData)
Copy this to the node passed in.
GetUniqueKey()
Get the unique key that identifies this node.
Match(INodeData)
Compare two INodeData