Beispiel #1
0
 public void Add(IWFRule <Ctx> rule)
 {
     _rules.Add(rule);
 }
Beispiel #2
0
 internal void OnHalt <Ctx>(IWFRule <Ctx> rule)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public virtual void OnEndExecute <Ctx>(IWFRule <Ctx> rule)
 {
 }
Beispiel #4
0
 public virtual void OnIf(IWFRule <Ctx> rule, bool result)
 {
 }
Beispiel #5
0
 public virtual void OnStartExecute(IWFRule <Ctx> rule)
 {
 }