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

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

Méthodes publiques

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

NotEqualsRule() public méthode

public NotEqualsRule ( ) : System
Résultat System

NotEqualsRule() public méthode

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