Show / Hide Table of Contents

    Class DecisionHistoryStep

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

    Properties

    Assignments

    List of assignments which has been executed in this step.

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

    DecisionName

    Name of the decision which has been confirmed.

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

    DocumentUserVersion

    Document user version when the task is confirmed.

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

    InputFields

    List of fields which has been confirmed.

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

    UserName

    Name of the user who confirmed the task.

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