예제 #1
0
 public void Add(IWFRule <Ctx> rule)
 {
     _rules.Add(rule);
 }
예제 #2
0
파일: WFTrace.cs 프로젝트: ftlab/CheckList
 internal void OnHalt <Ctx>(IWFRule <Ctx> rule)
 {
     throw new NotImplementedException();
 }
예제 #3
0
파일: WFTrace.cs 프로젝트: ftlab/CheckList
 public virtual void OnEndExecute <Ctx>(IWFRule <Ctx> rule)
 {
 }
예제 #4
0
파일: WFTrace.cs 프로젝트: ftlab/CheckList
 public virtual void OnIf(IWFRule <Ctx> rule, bool result)
 {
 }
예제 #5
0
파일: WFTrace.cs 프로젝트: ftlab/CheckList
 public virtual void OnStartExecute(IWFRule <Ctx> rule)
 {
 }