Class ActivityFlowEventArgs
Represents the event argument for ActivityFlow.
Inheritance
System.Object
System.EventArgs
ActivityFlowEventArgs
Inherited Members
System.EventArgs.Empty
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: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class ActivityFlowEventArgs : EventArgs
Constructors
ActivityFlowEventArgs()
Declaration
public ActivityFlowEventArgs()
Properties
ActivityFlowInstance
Gets the running ActivityFlow instance.
Declaration
public ActivityFlow ActivityFlowInstance { get; }
Property Value
Type | Description |
---|---|
ActivityFlow |
ActivityFlowModel
Gets the ActivityFlow model.
Declaration
public ActivityFlowModel ActivityFlowModel { get; }
Property Value
Type | Description |
---|---|
ActivityFlowModel |
ExecutionActivityFlow
Gets the Execution ActivityFlow.
Declaration
public ActivityFlowRunner ExecutionActivityFlow { get; }
Property Value
Type | Description |
---|---|
ActivityFlowRunner |
Result
Gets the execution result.
Declaration
public WorkflowResults Result { get; }
Property Value
Type | Description |
---|---|
WorkflowResults |