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

Inheritance: AbstractRule
Exibir arquivo Open project: OxPatient/Rule-Engine

Public Methods

Method Description
GetOperation ( ) : string
GreaterThanEqualsRule ( ) : System
GreaterThanEqualsRule ( 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

GreaterThanEqualsRule() public method

public GreaterThanEqualsRule ( ) : System
return System

GreaterThanEqualsRule() public method

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