C# Class Yea.Infrastructure.Rule.Rules.LessThanRule

Inheritance: AbstractRule
Datei anzeigen Open project: OxPatient/Rule-Engine

Public Methods

Method Description
GetOperation ( ) : string
LessThanRule ( ) : System
LessThanRule ( string propertyName, Type type, object value ) : System

Protected Methods

Method Description
EvaluateInternal ( object propValue, object expectedValue ) : bool

Method Details

EvaluateInternal() protected method

protected EvaluateInternal ( object propValue, object expectedValue ) : bool
propValue object
expectedValue object
return bool

GetOperation() public method

public GetOperation ( ) : string
return string

LessThanRule() public method

public LessThanRule ( ) : System
return System

LessThanRule() public method

public LessThanRule ( string propertyName, Type type, object value ) : System
propertyName string
type System.Type
value object
return System