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
Syntaxpublic class NeedDeterminingParametersEventArgs : EventArgs
Properties
ProcessId
Process id
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
DeterminingParameters
List of parameters for creating the process
Declarationpublic IDictionary<string, object> DeterminingParameters { get; set; }
Type | Description |
---|---|
IDictionary<string, object> |