Class ExecutionEventBase
Inheritance
object
ExecutionEventBase
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 ExecutionEventBase : ExecutableEvent, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
eventName
Declaration
public string eventName
Field Value
Type | Description |
---|---|
string |
isImplementable
Declaration
public bool isImplementable
Field Value
Type | Description |
---|---|
bool |
Methods
GetEventName()
Declaration
public override sealed string GetEventName()
Returns
Type | Description |
---|---|
string |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable