Search Results for

    Show / Hide Table of Contents

    Interface IWorkflowOrganizationUnitUserAssignmentRepository

    Represents the interface for the repository of WorkflowOrganizationUnitUserAssignment

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

    Methods

    | Improve this Doc View Source

    GetByAssignmentId(Guid)

    Gets all WorkflowOrganizationUnitUserAssignment by a guid

    Declaration
    IEnumerable<WorkflowOrganizationUnitUserAssignment> GetByAssignmentId(Guid guid)
    Parameters
    Type Name Description
    System.Guid guid

    The guid that is passed through

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<WorkflowOrganizationUnitUserAssignment>

    A list of WorkflowOrganizationUnitUserAssignment

    | Improve this Doc View Source

    GetForOrganizationByConfigurationId(Guid, Guid)

    Gets all user assignments for a specific workflow and organization

    Declaration
    IEnumerable<WorkflowOrganizationUnitUserAssignment> GetForOrganizationByConfigurationId(Guid workflowConfigurationId, Guid organizationUnitId)
    Parameters
    Type Name Description
    System.Guid workflowConfigurationId

    Unique workflow id

    System.Guid organizationUnitId

    Unique organization id

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<WorkflowOrganizationUnitUserAssignment>

    List of user-assignments

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx