Class DefaultNode
Represents a kind of node that cannot be deleted inside a NodeScript.
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public abstract class DefaultNode : Node, INode, IBreakableModel
Constructors
DefaultNode(Guid, string, string)
Declaration
protected DefaultNode(Guid id, string name, string description = "")
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
string | name | |
string | description |
Properties
IsDefaultNode
Gets a boolean indicating whether the node is a default node that connot be removed
Declaration
public override bool IsDefaultNode { get; }
Property Value
Type | Description |
---|---|
bool |