Esempio n. 1
0
 public XsdToTypesConverter(LinqToXsdSettings configSettings)
 {
     this.configSettings = configSettings;
     symbolTable = new GlobalSymbolTable(configSettings);
     localSymbolTable = new LocalSymbolTable(configSettings);
     binding = new ClrMappingInfo();
     textPropInheritanceTracker = new Dictionary<XmlSchemaType, ClrPropertyInfo>();
     substitutionGroups = new Dictionary<XmlQualifiedName, ArrayList>();
 }
 public XsdToTypesConverter(LinqToXsdSettings configSettings)
 {
     this.configSettings        = configSettings;
     symbolTable                = new GlobalSymbolTable(configSettings);
     localSymbolTable           = new LocalSymbolTable();
     binding                    = new ClrMappingInfo();
     textPropInheritanceTracker = new Dictionary <XmlSchemaType, ClrPropertyInfo>();
     substitutionGroups         = new Dictionary <XmlQualifiedName, ArrayList>();
 }