Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Yea
Infrastructure
Rule
AndRule
C# Class Yea.Infrastructure.Rule.AndRule
Inheritance:
IRule
Afficher le fichier
Open project: OxPatient/Rule-Engine
Méthodes publiques
Méthode
Description
AndRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
Evaluate
(
object
instance
) :
bool
ToString
( ) :
string
Méthodes protégées
Méthode
Description
AndRule
( )
Method Details
AndRule()
protected
méthode
protected
AndRule
( )
AndRule()
public
méthode
public
AndRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
ruleLeft
IRule
ruleRigth
IRule
Evaluate()
public
méthode
public
Evaluate
(
object
instance
) :
bool
instance
object
Résultat
bool
ToString()
public
méthode
public
ToString
( ) :
string
Résultat
string