Class
DummyElementsNode

Definition

Namespace:ArtOfTest.Common.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DummyElementsNode : INodeData, INotifyPropertyChanged

Inheritance: objectDummyElementsNode

Implements: INodeDataINotifyPropertyChanged

Constructors

DummyElementsNode()

Declaration

cs-api-definition
public DummyElementsNode()

Properties

FriendlyName

Get or set a friendly name for this node.

Declaration

cs-api-definition
public string FriendlyName { get; set; }

Property Value

string

Implements INodeData.FriendlyName

Kind

The kind of this node.

Declaration

cs-api-definition
[Browsable(false)]
public int Kind { get; }

Property Value

int

Implements INodeData.Kind

VariableReference

Declaration

cs-api-definition
[Browsable(false)]
public CodeExpression VariableReference { get; set; }

Property Value

CodeExpression

Implements INodeData.VariableReference

Methods

Clone()

Perform a deep clone of this node.

Declaration

cs-api-definition
public INodeData Clone()

Returns

INodeData

The cloned node.

Implements INodeData.Clone()

CopyTo(INodeData)

Copy this to the node passed in.

Declaration

cs-api-definition
public void CopyTo(INodeData o)

Parameters

o

INodeData

The node to copy to.

Implements INodeData.CopyTo(INodeData)

GetUniqueKey()

Get the unique key that identifies this node.

Declaration

cs-api-definition
public string GetUniqueKey()

Returns

string

Implements INodeData.GetUniqueKey()

Match(INodeData)

Compare two INodeData

Declaration

cs-api-definition
public bool Match(INodeData obj)

Parameters

obj

INodeData

Returns

bool

Implements INodeData.Match(INodeData)

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged