Class DesignerRequest
OptimaJet.Workflow.Core.Designer.DesignerRequest
Contains request data passed to IDesignerAction.ExecuteDesignerApi(DesignerRequest) for a named Designer extension operation.
Namespace: OptimaJet.Workflow.Core.Designer
public class DesignerRequestProperties
public string Operation { get; init; } #Gets the operation name read from the RequestElements.operation entry in DesignerRequest.Form and used to select the registered IDesignerAction.
public string SchemeCode { get; init; } #Gets the process scheme code read from the RequestElements.schemecode entry in DesignerRequest.Form.
public string SchemeId { get; init; } #Gets the process scheme identifier read from the RequestElements.schemeid entry in DesignerRequest.Form.
public string ProcessId { get; init; } #Gets the process identifier read from the RequestElements.processid entry in DesignerRequest.Form.
public string TenantId { get; init; } #Gets the tenant identifier read from the RequestElements.TenantId entry in DesignerRequest.Form.
public NameValueCollection Form { get; init; } #Gets the NameValueCollection of form values available to the IDesignerAction.
public Stream FileStream { get; init; } #Gets the Stream containing the uploaded file available to the IDesignerAction.