Class ActiveFlow
Inheritance
System.Object
ActiveFlow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ActiveFlow
Assembly: Simplic.ActiveFlow.dll
Syntax
public class ActiveFlow
Properties
| Improve this Doc View SourceCurrentEventNodes
Declaration
public IList<NodeScope<EventNode>> CurrentEventNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<NodeScope<EventNode>> |
FlowId
Declaration
public Guid FlowId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FlowInstanceId
Declaration
public Guid FlowInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |