Table of Contents

Class PropertyNode

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Base class for executable nodes that contained graph property without execution

[CeresMetadata(new string[] { "style = PropertyNode", "path = Dependency" })]
public abstract class PropertyNode : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode
Inheritance
PropertyNode
Implements
Derived
Inherited Members

Constructors

PropertyNode()

protected PropertyNode()

Fields

propertyName

[HideInGraphEditor]
public string propertyName

Field Value

string

Methods

GetPropertyName()

public string GetPropertyName()

Returns

string

SetPropertyName(string)

public void SetPropertyName(string inPropertyName)

Parameters

inPropertyName string

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()