Show / Hide Table of Contents

    Class Decision

    A workflow decision.

    Inheritance
    System.Object
    Decision
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class Decision : IRelationsWithProxy

    Properties

    Color

    Color of the decision.

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

    DecisionOperations

    Operations which can be executed on a decision.

    Declaration
    public DecisionOperations DecisionOperations { get; set; }
    Property Value
    Type Description
    DecisionOperations

    Description

    Description of the decision.

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

    Id

    Identifier of the decision.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Label

    Label of the decision.

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

    Links

    Declaration
    public Link[] Links { get; set; }
    Property Value
    Type Description
    Link[]

    TaskFormField

    List of workflow fields.

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

    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