Show / Hide Table of Contents

    Class RequestDecisionHistoryStep

    A history step for confirmed decision in request.

    Inheritance
    System.Object
    RequestDecisionHistoryStep
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class RequestDecisionHistoryStep

    Properties

    Color

    Color of the decision.

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

    DecisionDate

    Confirmation date and time.

    Declaration
    public DateTime DecisionDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    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
    System.Collections.Generic.List<HistoryField>

    UserName

    Name of the user who confirmed the request.

    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