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
Syntaxpublic class CodeActionsCompiledEventArgs : EventArgs
Constructors
CodeActionsCompiledEventArgs(Dictionary<string, string>)
Declarationpublic CodeActionsCompiledEventArgs(Dictionary<string, string> errors)
| Type | Name | Description |
|---|---|---|
| Dictionary<string, string> | errors |
Properties
Errors
Declarationpublic Dictionary<string, string> Errors { get; }
| Type | Description |
|---|---|
| Dictionary<string, string> |