Class DesignerRequest
Designer request for Extension actions IDesignerAction.
Inheritance
↳ object
↳ DesignerRequest
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Designer
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class DesignerRequest
Properties
Operation
Operation name.
Declarationpublic string Operation { get; init; }
Type | Description |
---|---|
string |
SchemeCode
Scheme code.
Declarationpublic string SchemeCode { get; init; }
Type | Description |
---|---|
string |
SchemeId
Scheme Id.
Declarationpublic string SchemeId { get; init; }
Type | Description |
---|---|
string |
ProcessId
Process Id.
Declarationpublic string ProcessId { get; init; }
Type | Description |
---|---|
string |
Form
Form values.
Declarationpublic NameValueCollection Form { get; init; }
Type | Description |
---|---|
NameValueCollection |
FileStream
Stream with uploaded file.
Declarationpublic Stream FileStream { get; init; }
Type | Description |
---|---|
Stream |