Class PropertyNode
Base class for executable nodes that contained graph property without execution
Inheritance
object
PropertyNode
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class PropertyNode : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, 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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable