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

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

Méthodes publiques

Méthode Description
GetOperation ( ) : string
LessThanEqualsRule ( ) : System
LessThanEqualsRule ( 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

LessThanEqualsRule() public méthode

public LessThanEqualsRule ( ) : System
Résultat System

LessThanEqualsRule() public méthode

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