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

Inheritance: AbstractRule
Afficher le fichier Open project: OxPatient/Rule-Engine

Méthodes publiques

Méthode Description
GetOperation ( ) : string
GreaterThanRule ( ) : System
GreaterThanRule ( string propertyName, Type type, object value ) : System

Méthodes protégées

Méthode Description
EvaluateInternal ( object propValue, object expectedValue ) : bool

Method Details

EvaluateInternal() protected méthode

protected EvaluateInternal ( object propValue, object expectedValue ) : bool
propValue object
expectedValue object
Résultat bool

GetOperation() public méthode

public GetOperation ( ) : string
Résultat string

GreaterThanRule() public méthode

public GreaterThanRule ( ) : System
Résultat System

GreaterThanRule() public méthode

public GreaterThanRule ( string propertyName, Type type, object value ) : System
propertyName string
type System.Type
value object
Résultat System