Class DefaultNode
Represents a kind of node that cannot be deleted inside a NodeScript.
public abstract class DefaultNode : Node, INode, IBreakableModel, IPluginFeatureDependent
- Inheritance
-
objectCorePropertyChangedDefaultNode
- Implements
- Inherited Members
- Extension Methods
Constructors
DefaultNode(Guid, string, string)
protected DefaultNode(Guid id, string name, string description = "")
Parameters
Properties
IsDefaultNode
Gets a boolean indicating whether the node is a default node that connot be removed
public override bool IsDefaultNode { get; }