Class InvalidExecutableNode
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 class InvalidExecutableNode : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
nodeType
Declaration
public string nodeType
Field Value
Type | Description |
---|---|
string |
serializedData
Declaration
public string serializedData
Field Value
Type | Description |
---|---|
string |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable