Table of Contents

Class PropertyNode

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Base class for executable nodes that contained graph property without execution

public abstract class PropertyNode : ExecutableNode, IDisposable, IPropertyNode
Inheritance
object
PropertyNode
Implements
IDisposable
Derived
Inherited Members

Fields

propertyName

public string propertyName

Field Value

string

Methods

GetPropertyName()

public string GetPropertyName()

Returns

string

SetPropertyName(string)

public void SetPropertyName(string inPropertyName)

Parameters

inPropertyName string