Table of Contents

Class DefaultNode

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a kind of node that cannot be deleted inside a NodeScript.

public abstract class DefaultNode : Node, INode, IBreakableModel, IPluginFeatureDependent
Inheritance
object
CorePropertyChanged
DefaultNode
Implements
Inherited Members
Extension Methods

Constructors

DefaultNode(Guid, string, string)

protected DefaultNode(Guid id, string name, string description = "")

Parameters

id Guid
name string
description string

Properties

IsDefaultNode

Gets a boolean indicating whether the node is a default node that connot be removed

public override bool IsDefaultNode { get; }

Property Value

bool