/// <include file='doc\SoapReflectionImporter.uex' path='docs/doc[@for="SoapReflectionImporter.SoapReflectionImporter3"]/*' />
 /// <devdoc>
 ///    <para>[To be supplied.]</para>
 /// </devdoc>
 public SoapReflectionImporter(SoapAttributeOverrides attributeOverrides, string defaultNamespace) {
     if (defaultNamespace == null)
         defaultNamespace = String.Empty;
     if (attributeOverrides == null)
         attributeOverrides = new SoapAttributeOverrides();
     this.attributeOverrides = attributeOverrides;
     this.defaultNs = defaultNamespace;
     this.typeScope = new TypeScope();
     this.modelScope = new ModelScope(this.typeScope);
 }
Esempio n. 2
0
 /// <devdoc>
 ///    <para>[To be supplied.]</para>
 /// </devdoc>
 public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides, string defaultNamespace)
 {
     if (defaultNamespace == null)
         defaultNamespace = String.Empty;
     if (attributeOverrides == null)
         attributeOverrides = new XmlAttributeOverrides();
     _attributeOverrides = attributeOverrides;
     _defaultNs = defaultNamespace;
     _typeScope = new TypeScope();
     _modelScope = new ModelScope(_typeScope);
 }
 public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides, string defaultNamespace)
 {
     this.defaultAttributes = new XmlAttributes();
     this.types = new System.Xml.Serialization.NameTable();
     this.nullables = new System.Xml.Serialization.NameTable();
     this.elements = new System.Xml.Serialization.NameTable();
     this.anonymous = new Hashtable();
     this.choiceNum = 1;
     if (defaultNamespace == null)
     {
         defaultNamespace = string.Empty;
     }
     if (attributeOverrides == null)
     {
         attributeOverrides = new XmlAttributeOverrides();
     }
     this.attributeOverrides = attributeOverrides;
     this.defaultNs = defaultNamespace;
     this.typeScope = new TypeScope();
     this.modelScope = new ModelScope(this.typeScope);
 }
Esempio n. 4
0
 internal SpecialModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 5
0
 internal PrimitiveModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 6
0
 public PrimitiveModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 7
0
 internal ArrayModel(
     [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 8
0
 internal EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 9
0
 internal SpecialModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 10
0
 internal ArrayModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 11
0
 public SpecialModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 12
0
 public PrimitiveModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 13
0
 public ArrayModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 14
0
 protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope) {
     this.scope = scope;
     this.type = type;
     this.typeDesc = typeDesc;
 }
Esempio n. 15
0
 public EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 16
0
 public StructModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 17
0
 public SpecialModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 18
0
 internal StructModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 19
0
 internal EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 20
0
 public StructModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 21
0
 internal PrimitiveModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 22
0
 public EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 23
0
 internal StructModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
Esempio n. 24
0
 protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope)
 {
     _scope    = scope;
     _type     = type;
     _typeDesc = typeDesc;
 }
Esempio n. 25
0
 protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope)
 {
     _scope = scope;
     _type = type;
     _typeDesc = typeDesc;
 }
Esempio n. 26
0
 internal ArrayModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope)
 {
 }
Esempio n. 27
0
 protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope)
 {
     this.scope    = scope;
     this.type     = type;
     this.typeDesc = typeDesc;
 }
Esempio n. 28
0
 public ArrayModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }