Show / Hide Table of Contents

    Class RequestDecisionSettings

    Decision in the request when we create it.

    Inheritance
    System.Object
    RequestDecisionSettings
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class RequestDecisionSettings : object

    Constructors

    RequestDecisionSettings()

    Creates a new instance of this class

    Declaration
    public RequestDecisionSettings()

    Properties

    Id

    Sequential order number of the decision in the request

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

    IsActive

    Determines whether the decision is active.

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Label

    Label of the decision.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top