Show / Hide Table of Contents

    Class HistoryStep

    A history step.

    Inheritance
    System.Object
    HistoryStep
    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 HistoryStep

    Properties

    ActivityName

    Name of the activity.

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

    ActivityType

    Type of the activity.

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

    Info

    Additional information for the history step according to the type of the step.

    Declaration
    public HistoryStepInfo Info { get; set; }
    Property Value
    Type Description
    HistoryStepInfo

    StepDate

    Creation date and time of the history step.

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

    StepNumber

    Sequential received number of the step.

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

    StepType

    Type of the history step.

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