Search Results for

    Show / Hide Table of Contents

    Interface IWorkflowOrganizationUnitAssignmentRepository

    Defines methods for storing the assignments between DocumentWorkflowConfiguration and WorkflowOrganizationUnit

    Namespace: Simplic.FileStructure.Workflow
    Assembly: Simplic.FileStructure.Workflow.dll
    Syntax
    public interface IWorkflowOrganizationUnitAssignmentRepository

    Methods

    | Improve this Doc View Source

    GetByWorkflowId(Guid)

    Gets a list of WorkflowOrganizationUnitAssignment by a workflow id

    Declaration
    IEnumerable<WorkflowOrganizationUnitAssignment> GetByWorkflowId(Guid guid)
    Parameters
    Type Name Description
    System.Guid guid
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<WorkflowOrganizationUnitAssignment>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx