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

Operation invoker interface More...

Inheritance diagram for Utilities.Workflow.Manager.Interfaces.IOperationInvoker< T >:
Utilities.Workflow.Manager.Interfaces.IInvoker< T > Utilities.Workflow.Manager.OperationInvoker< T >

Properties

IEnumerable< IConstraint< T > > Constraints [get]
 Gets the constraints. More...
 
IOperation< T > Operation [get]
 Gets the operation. 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

Operation invoker interface

Template Parameters
TData type expected

Definition at line 34 of file IOperationInvoker.cs.

Property Documentation

Gets the constraints.

The constraints.

Definition at line 40 of file IOperationInvoker.cs.

Gets the operation.

The operation.

Definition at line 46 of file IOperationInvoker.cs.


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