Search Results for

    Show / Hide Table of Contents

    Class DocumentWorkflowTracker

    Represents a document workflow tracker.

    Inheritance
    System.Object
    DocumentWorkflowTracker
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.FileStructure.Workflow
    Assembly: Simplic.FileStructure.Workflow.dll
    Syntax
    public class DocumentWorkflowTracker

    Properties

    | Improve this Doc View Source

    ActionName

    Gets or sets the action name.

    Declaration
    public DocumentWorkflowStateType ActionName { get; set; }
    Property Value
    Type Description
    DocumentWorkflowStateType
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets a create date time.

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DocumentId

    Gets or sets a document id.

    Declaration
    public Guid DocumentId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Guid

    Gets or sets a guid that represents a primary key. Default value is a new GUID.

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TargetUserId

    Gets or sets a target user id.

    Declaration
    public int? TargetUserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    UserId

    Gets or sets a user id.

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    WorkflowOrganizationId

    Gets or sets a nullable workflow organization id.

    Declaration
    public Guid? WorkflowOrganizationId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx