Class PropertyNode
Base class for executable nodes that contained graph property without execution
Inheritance
object
PropertyNode
Inherited Members
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class PropertyNode : ExecutableNode, IDisposable, IPropertyNode
Fields
propertyName
Declaration
public string propertyName
Field Value
| Type | Description |
|---|---|
| string |
Methods
GetPropertyName()
Declaration
public string GetPropertyName()
Returns
| Type | Description |
|---|---|
| string |
SetPropertyName(string)
Declaration
public void SetPropertyName(string inPropertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inPropertyName |
Implements
IDisposable