Class CodeActionsCompiledEventArgs
OptimaJet.Workflow.Core.Runtime.CodeActionsCompiledEventArgs
Provides event data for WorkflowRuntime.GlobalCodeActionsCompiled.
Namespace: OptimaJet.Workflow.Core.Runtime
public class CodeActionsCompiledEventArgs : EventArgsType Hierarchy
- EventArgs
- CodeActionsCompiledEventArgs Current type
Constructors
public CodeActionsCompiledEventArgs(Dictionary<string, string> errors) #Initializes a new instance of the CodeActionsCompiledEventArgs class.
Parameters
Name
Type
Description
errorsDictionary<String, String>The compilation errors to expose through CodeActionsCompiledEventArgs.Errors.
Properties
public Dictionary<string, string> Errors { get; } #Gets the errors reported during code action compilation.