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

Constraint interface More...

Inheritance diagram for Utilities.Workflow.Manager.Interfaces.IConstraint< T >:
Utilities.Workflow.Manager.GenericConstraint< T >

Public Member Functions

bool Eval (T Value)
 Evaluates the contraint against the value passed in and returns the result More...
 

Detailed Description

Constraint interface

Template Parameters
TData type expected

Definition at line 34 of file IConstraint.cs.

Member Function Documentation

Evaluates the contraint against the value passed in and returns the result

Parameters
ValueThe value.
Returns
True if the contraint is passed, false otherwise

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


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