C# Class Yea.Infrastructure.Rule.Rules.IsNullRule

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

Public Methods

Method Description
GetOperation ( ) : string
IsNullRule ( ) : System
IsNullRule ( string propertyName, Type type, object expectedValue ) : System

Protected Methods

Method Description
EvaluateInternal ( object propValue, object expectedValue ) : bool

Method Details

EvaluateInternal() protected method

protected EvaluateInternal ( object propValue, object expectedValue ) : bool
propValue object
expectedValue object
return bool

GetOperation() public method

public GetOperation ( ) : string
return string

IsNullRule() public method

public IsNullRule ( ) : System
return System

IsNullRule() public method

public IsNullRule ( string propertyName, Type type, object expectedValue ) : System
propertyName string
type System.Type
expectedValue object
return System