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
OrRule
C# Class Yea.Infrastructure.Rule.OrRule
Inheritance:
IRule
Mostrar archivo
Open project: OxPatient/Rule-Engine
Public Methods
Method
Description
Evaluate
(
object
instance
) :
bool
OrRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
ToString
( ) :
string
Protected Methods
Method
Description
OrRule
( )
Method Details
Evaluate()
public
method
public
Evaluate
(
object
instance
) :
bool
instance
object
return
bool
OrRule()
protected
method
protected
OrRule
( )
OrRule()
public
method
public
OrRule
(
IRule
ruleLeft
,
IRule
ruleRigth
)
ruleLeft
IRule
ruleRigth
IRule
ToString()
public
method
public
ToString
( ) :
string
return
string