Search Results for

    Show / Hide Table of Contents

    Class WorkflowOrganizationUnitAssignment

    Represents the workflow organization assignment It connects the DocumentWorkflowConfiguration with WorkflowOrganizationUnit

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

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the guid that represents the primary key

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

    Users

    Gets or sets the stateful collection of the users

    Declaration
    public StatefulCollection<WorkflowOrganizationUnitUserAssignment> Users { get; set; }
    Property Value
    Type Description
    StatefulCollection<WorkflowOrganizationUnitUserAssignment>
    | Improve this Doc View Source

    WorkflowId

    Gets or sets the workflow id from DocumentWorkflowConfiguration

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

    WorkflowOrganisationUnitId

    Gets or sets the workflow organization unit id WorkflowOrganizationUnit

    Declaration
    public Guid WorkflowOrganisationUnitId { 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