Search Results for

    Show / Hide Table of Contents

    Class WorkflowOperation

    Represents the workflow operation

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

    Properties

    | Improve this Doc View Source

    ActionName

    Gets or sets the action name

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

    CreateDateTime

    Gets or sets the create date time

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

    DirectoryId

    Gets or sets the directory id

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

    DocumentId

    Gets or sets the document id, which is based on the poco document

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

    DocumentPath

    Gets or sets the document path

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

    FileStructureId

    Gets or sets the file structure id

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

    Guid

    Gets or sets the guid

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

    OperationType

    Gets or sets the operation type, the default value is User

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

    TargetUserId

    Gets or sets the target user id

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

    UpdateDateTime

    Gets or sets the update date time

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

    UserId

    Gets or sets the user id

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

    UserName

    Gets or sets the user name

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

    WorkflowId

    Gets or sets the workflow id

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

    WorkflowOrganizationId

    Gets or sets the workflow organization id, its based on the guid of Guid

    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