C# Class Patcher.Rules.RuleRunner

Show file Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
GetRuntimeErrorHint ( Exception ex ) : string
RuleRunner ( RuleEngine engine, IRule rule ) : System
Run ( ) : void

Private Methods

Method Description
DoActions ( FormProxy sourceProxy, FormProxy updateProxy ) : void
DoInserts ( FormProxy sourceProxy ) : void
DoSelect ( FormProxy sourceProxy ) : void
DoUpdate ( FormProxy sourceProxy, FormProxy updateProxy ) : void

Method Details

GetRuntimeErrorHint() public static method

public static GetRuntimeErrorHint ( Exception ex ) : string
ex System.Exception
return string

RuleRunner() public method

public RuleRunner ( RuleEngine engine, IRule rule ) : System
engine RuleEngine
rule IRule
return System

Run() public method

public Run ( ) : void
return void