Search Results for

    Show / Hide Table of Contents

    Interface IDocumentWorkflowAssignmentRepository

    Represents the document workflow assignment repository interface

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

    Methods

    | Improve this Doc View Source

    Exists(Guid, Guid)

    Returns a bool which is true if the pair of document id and workflow id exists

    Declaration
    bool Exists(Guid documentId, Guid workflowId)
    Parameters
    Type Name Description
    System.Guid documentId

    Id of the document from

    System.Guid workflowId

    Id of the workflow DocumentWorkflowConfiguration

    Returns
    Type Description
    System.Boolean

    True if the tuple of document id and workflow id exists, in any other case, false

    | Improve this Doc View Source

    SetState(Guid, Guid, Guid)

    Declaration
    void SetState(Guid documentId, Guid workflowId, Guid stateId)
    Parameters
    Type Name Description
    System.Guid documentId
    System.Guid workflowId
    System.Guid stateId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx