Skip to main content

Class CodeActionsCompiledEventArgs

Inheritance

↳ object

    ↳ EventArgs

        CodeActionsCompiledEventArgs

Inherited Members

Empty

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class CodeActionsCompiledEventArgs : EventArgs

Constructors

CodeActionsCompiledEventArgs(Dictionary<string, string>)

Declaration
public CodeActionsCompiledEventArgs(Dictionary<string, string> errors)
Parameters
TypeNameDescription
Dictionary<string, string>errors

Properties

Errors

Declaration
public Dictionary<string, string> Errors { get; }
Property value
TypeDescription
Dictionary<string, string>

Extension Methods