コード例 #1
0
ファイル: RuleBase.cs プロジェクト: klod68/rulesvalidator
 public RuleBase(RuleMap map)
     : this()
 {
     _ruleMap = map;
     //create contraints and add them to the _contraints collection
     //template method
     LoadConstraints();
 }
コード例 #2
0
 protected abstract RuleBase MakeRule(RuleMap map);