Show / Hide Table of Contents

    Class DecisionsStampSettings

    Workflow decision stamps

    Inheritance
    System.Object
    DecisionsStampSettings
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class DecisionsStampSettings : IHttpClientProxy

    Properties

    ActivityName

    Current activity name

    Declaration
    public string ActivityName { get; set; }
    Property Value
    Type Description
    System.String

    DecisionStamps

    Decisions which are present as stamps.

    Declaration
    public List<Decision> DecisionStamps { get; set; }
    Property Value
    Type Description
    List<Decision>

    InstanceId

    Instance identifier

    Declaration
    public string InstanceId { get; set; }
    Property Value
    Type Description
    System.String

    StampsSettings

    Workflow stamps settings

    Declaration
    public WorkflowStampsSettings StampsSettings { get; set; }
    Property Value
    Type Description
    WorkflowStampsSettings

    TaskId

    Task identifier

    Declaration
    public string TaskId { get; set; }
    Property Value
    Type Description
    System.String

    WorkflowId

    Workflow identifier

    Declaration
    public string WorkflowId { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The instance which is used in further HTTP communication.

    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top