C# Class Yea.Infrastructure.Rule.AndRule

Inheritance: IRule
Datei anzeigen 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