Skip to main content

Class NeedDeterminingParametersEventArgs

Event args for request parameters for creating a process

Inheritance

↳ object

    ↳ EventArgs

        NeedDeterminingParametersEventArgs

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 NeedDeterminingParametersEventArgs : EventArgs

Properties

ProcessId

Process id

Declaration
public Guid ProcessId { get; set; }
Property value
TypeDescription
Guid

DeterminingParameters

List of parameters for creating the process

Declaration
public IDictionary<string, object> DeterminingParameters { get; set; }
Property value
TypeDescription
IDictionary<string, object>

Extension Methods