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

Inheritance: AbstractRule
Exibir arquivo Open project: OxPatient/Rule-Engine

Public Methods

Method Description
ContainsRule ( ) : System
ContainsRule ( string propertyName, Type type, string value ) : System
GetOperation ( ) : string

Protected Methods

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

Method Details

ContainsRule() public method

public ContainsRule ( ) : System
return System

ContainsRule() public method

public ContainsRule ( string propertyName, Type type, string value ) : System
propertyName string
type System.Type
value string
return System

EvaluateInternal() protected method

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

GetOperation() public method

public GetOperation ( ) : string
return string