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

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

Méthodes publiques

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

GreaterThanEqualsRule() public méthode

public GreaterThanEqualsRule ( ) : System
Résultat System

GreaterThanEqualsRule() public méthode

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