C# Class Yea.Infrastructure.Rule.NotRule

Inheritance: IRule
显示文件 Open project: OxPatient/Rule-Engine

Public Methods

Method Description
Evaluate ( object instance ) : bool
NotRule ( IRule rule )
ToString ( ) : string

Protected Methods

Method Description
NotRule ( )

Method Details

Evaluate() public method

public Evaluate ( object instance ) : bool
instance object
return bool

NotRule() protected method

protected NotRule ( )

NotRule() public method

public NotRule ( IRule rule )
rule IRule

ToString() public method

public ToString ( ) : string
return string