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

Operation interface More...

Inheritance diagram for Utilities.Workflow.Manager.Interfaces.IOperation< T >:
Utilities.Workflow.Manager.GenericOperation< T >

Public Member Functions

Execute (T Value)
 Executes the operation on the specified value. More...
 

Properties

string Name [get]
 Gets the name of the operation More...
 

Detailed Description

Operation interface

Template Parameters
TData type expected

Definition at line 34 of file IOperation.cs.

Member Function Documentation

Executes the operation on the specified value.

Parameters
ValueThe value.
Returns
The result of the operation

Implemented in Utilities.Workflow.Manager.GenericOperation< T >.

Property Documentation

Gets the name of the operation

The name.

Definition at line 40 of file IOperation.cs.


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