public SpecificationFactory(ISpecificationXmlSource xmlSource)
 {
     _builder   = new XmlSpecificationCompiler(this, xmlSource.DefaultExpressionLanguage);
     _cache     = new Dictionary <string, ISpecification>();
     _xmlSource = xmlSource;
 }
Exemple #2
0
 public Context(XmlSpecificationCompiler compiler)
 {
     _compiler = compiler;
 }