Interface INodeData
Namespace: ArtOfTest.Common.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface INodeData : INotifyPropertyChanged
Properties
FriendlyName
Declaration
string FriendlyName { get; set; }
Property Value
System.String
|
Kind
Declaration
int Kind { get; }
Property Value
System.Int32
|
VariableReference
Declaration
CodeExpression VariableReference { get; set; }
Property Value
System.CodeDom.CodeExpression
|
Methods
Clone()
CopyTo(INodeData)
GetUniqueKey()
Declaration
string GetUniqueKey()
Returns
System.String
|