Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Yea
Infrastructure
Rule
AndRule
C# Class Yea.Infrastructure.Rule.AndRule
Inheritance:
IRule
Mostrar archivo
Open project: OxPatient/Rule-Engine
Public Methods
Method
Description
AndRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
Evaluate
(
object
instance
) :
bool
ToString
( ) :
string
Protected Methods
Method
Description
AndRule
( )
Method Details
AndRule()
protected
method
protected
AndRule
( )
AndRule()
public
method
public
AndRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
ruleLeft
IRule
ruleRigth
IRule
Evaluate()
public
method
public
Evaluate
(
object
instance
) :
bool
instance
object
return
bool
ToString()
public
method
public
ToString
( ) :
string
return
string