C# Class Yea.Infrastructure.Rule.OrRule

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

Méthodes publiques

Méthode Description
Evaluate ( object instance ) : bool
OrRule ( IRule ruleLeft, IRule ruleRigth )
ToString ( ) : string

Méthodes protégées

Méthode Description
OrRule ( )

Method Details

Evaluate() public méthode

public Evaluate ( object instance ) : bool
instance object
Résultat bool

OrRule() protected méthode

protected OrRule ( )

OrRule() public méthode

public OrRule ( IRule ruleLeft, IRule ruleRigth )
ruleLeft IRule
ruleRigth IRule

ToString() public méthode

public ToString ( ) : string
Résultat string