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

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ContainsRule() public méthode

public ContainsRule ( ) : System
Résultat System

ContainsRule() public méthode

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

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