Assembly: OptimaJet.Workflow.Core

Class CodeActionsCompiledEventArgs

OptimaJet.Workflow.Core.Runtime.CodeActionsCompiledEventArgs

Provides event data for WorkflowRuntime.GlobalCodeActionsCompiled.

public class CodeActionsCompiledEventArgs : EventArgs

Type Hierarchy

  • EventArgs
    • CodeActionsCompiledEventArgs Current type

Constructors

public CodeActionsCompiledEventArgs(Dictionary<string, string> errors) #
Initializes a new instance of the CodeActionsCompiledEventArgs class.

Parameters

Name
Type
Description
errors
Dictionary<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.