C# Class Patcher.Rules.RuleRunner

Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static GetRuntimeErrorHint ( Exception ex ) : string
ex System.Exception
Résultat string

RuleRunner() public méthode

public RuleRunner ( RuleEngine engine, IRule rule ) : System
engine RuleEngine
rule IRule
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void