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

Inheritance: AbstractRule
Datei anzeigen Open project: OxPatient/Rule-Engine

Public Methods

Method Description
GetOperation ( ) : string
StartWithRule ( ) : System
StartWithRule ( string propertyName, Type type, string value ) : 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

StartWithRule() public method

public StartWithRule ( ) : System
return System

StartWithRule() public method

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