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

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

Méthodes publiques

Méthode Description
GetOperation ( ) : string
IsNullRule ( ) : System
IsNullRule ( string propertyName, Type type, object expectedValue ) : 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

IsNullRule() public méthode

public IsNullRule ( ) : System
Résultat System

IsNullRule() public méthode

public IsNullRule ( string propertyName, Type type, object expectedValue ) : System
propertyName string
type System.Type
expectedValue object
Résultat System