Craig's Utility Library  4.0 Beta
Utilities.Workflow.Manager.Interfaces.IWorkflowInvoker< T > Interface Template Reference

Workflow invoker interface More...

Inheritance diagram for Utilities.Workflow.Manager.Interfaces.IWorkflowInvoker< T >:
Utilities.Workflow.Manager.Interfaces.IInvoker< T > Utilities.Workflow.Manager.WorkflowInvoker< T >

Properties

IEnumerable< IConstraint< T > > Constraints [get]
 Gets the constraints. More...
 
IWorkflow< T > Workflow [get]
 Gets the Workflow. More...
 

Additional Inherited Members

- Public Member Functions inherited from Utilities.Workflow.Manager.Interfaces.IInvoker< T >
Execute (T Value)
 Executes the operation on the specified value. More...
 

Detailed Description

Workflow invoker interface

Template Parameters
TData type expected

Definition at line 34 of file IWorkflowInvoker.cs.

Property Documentation

Gets the constraints.

The constraints.

Definition at line 40 of file IWorkflowInvoker.cs.


The documentation for this interface was generated from the following file: