C# 클래스 Patcher.Rules.RuleRunner

파일 보기 프로젝트 열기: unforbidable/patcher 1 사용 예제들

공개 메소드들

메소드 설명
GetRuntimeErrorHint ( Exception ex ) : string
RuleRunner ( RuleEngine engine, IRule rule ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
DoActions ( FormProxy sourceProxy, FormProxy updateProxy ) : void
DoInserts ( FormProxy sourceProxy ) : void
DoSelect ( FormProxy sourceProxy ) : void
DoUpdate ( FormProxy sourceProxy, FormProxy updateProxy ) : void

메소드 상세

GetRuntimeErrorHint() 공개 정적인 메소드

public static GetRuntimeErrorHint ( Exception ex ) : string
ex System.Exception
리턴 string

RuleRunner() 공개 메소드

public RuleRunner ( RuleEngine engine, IRule rule ) : System
engine RuleEngine
rule IRule
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void