C# Class Yea.Infrastructure.Rule.OrRule

Inheritance: IRule
ファイルを表示 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