Search Results for

    Show / Hide Table of Contents

    Class DocumentWorkflowOrganizationUnitAssignment

    Represents the poco for the assignment between and WorkflowOrganizationUnit

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

    Properties

    | Improve this Doc View Source

    DocumentId

    Gets or sets the document id

    Declaration
    public Guid DocumentId { get; set; }
    Property Value
    Type Description
    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

    WorkflowId

    Gets or sets the workflow id

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

    WorkflowOrganizationUnitId

    Gets or sets the workflow organization unit

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