SchemaImporterExtension.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <Type Name="SchemaImporterExtension" FullName="System.Xml.Serialization.Advanced.SchemaImporterExtension">
  2. <TypeSignature Language="C#" Value="public abstract class SchemaImporterExtension" />
  3. <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit SchemaImporterExtension extends System.Object" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Xml</AssemblyName>
  6. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Object</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <summary>To be added.</summary>
  15. <remarks>To be added.</remarks>
  16. <since version=".NET 2.0" />
  17. </Docs>
  18. <Members>
  19. <Member MemberName=".ctor">
  20. <MemberSignature Language="C#" Value="protected SchemaImporterExtension ();" />
  21. <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
  22. <MemberType>Constructor</MemberType>
  23. <AssemblyInfo>
  24. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  25. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  26. </AssemblyInfo>
  27. <Parameters />
  28. <Docs>
  29. <summary>To be added.</summary>
  30. <remarks>To be added.</remarks>
  31. <since version=".NET 2.0" />
  32. </Docs>
  33. </Member>
  34. <Member MemberName="ImportAnyElement">
  35. <MemberSignature Language="C#" Value="public virtual string ImportAnyElement (System.Xml.Schema.XmlSchemaAny any, bool mixed, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);" />
  36. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string ImportAnyElement(class System.Xml.Schema.XmlSchemaAny any, bool mixed, class System.Xml.Serialization.XmlSchemas schemas, class System.Xml.Serialization.XmlSchemaImporter importer, class System.CodeDom.CodeCompileUnit compileUnit, class System.CodeDom.CodeNamespace mainNamespace, valuetype System.Xml.Serialization.CodeGenerationOptions options, class System.CodeDom.Compiler.CodeDomProvider codeProvider) cil managed" />
  37. <MemberType>Method</MemberType>
  38. <AssemblyInfo>
  39. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  40. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  41. </AssemblyInfo>
  42. <ReturnValue>
  43. <ReturnType>System.String</ReturnType>
  44. </ReturnValue>
  45. <Parameters>
  46. <Parameter Name="any" Type="System.Xml.Schema.XmlSchemaAny" />
  47. <Parameter Name="mixed" Type="System.Boolean" />
  48. <Parameter Name="schemas" Type="System.Xml.Serialization.XmlSchemas" />
  49. <Parameter Name="importer" Type="System.Xml.Serialization.XmlSchemaImporter" />
  50. <Parameter Name="compileUnit" Type="System.CodeDom.CodeCompileUnit" />
  51. <Parameter Name="mainNamespace" Type="System.CodeDom.CodeNamespace" />
  52. <Parameter Name="options" Type="System.Xml.Serialization.CodeGenerationOptions" />
  53. <Parameter Name="codeProvider" Type="System.CodeDom.Compiler.CodeDomProvider" />
  54. </Parameters>
  55. <Docs>
  56. <param name="any">To be added.</param>
  57. <param name="mixed">To be added.</param>
  58. <param name="schemas">To be added.</param>
  59. <param name="importer">To be added.</param>
  60. <param name="compileUnit">To be added.</param>
  61. <param name="mainNamespace">To be added.</param>
  62. <param name="options">To be added.</param>
  63. <param name="codeProvider">To be added.</param>
  64. <summary>To be added.</summary>
  65. <returns>To be added.</returns>
  66. <remarks>To be added.</remarks>
  67. <since version=".NET 2.0" />
  68. </Docs>
  69. </Member>
  70. <Member MemberName="ImportDefaultValue">
  71. <MemberSignature Language="C#" Value="public virtual System.CodeDom.CodeExpression ImportDefaultValue (string value, string type);" />
  72. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.CodeDom.CodeExpression ImportDefaultValue(string value, string type) cil managed" />
  73. <MemberType>Method</MemberType>
  74. <AssemblyInfo>
  75. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  76. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  77. </AssemblyInfo>
  78. <ReturnValue>
  79. <ReturnType>System.CodeDom.CodeExpression</ReturnType>
  80. </ReturnValue>
  81. <Parameters>
  82. <Parameter Name="value" Type="System.String" />
  83. <Parameter Name="type" Type="System.String" />
  84. </Parameters>
  85. <Docs>
  86. <param name="value">To be added.</param>
  87. <param name="type">To be added.</param>
  88. <summary>To be added.</summary>
  89. <returns>To be added.</returns>
  90. <remarks>To be added.</remarks>
  91. <since version=".NET 2.0" />
  92. </Docs>
  93. </Member>
  94. <Member MemberName="ImportSchemaType">
  95. <MemberSignature Language="C#" Value="public virtual string ImportSchemaType (System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);" />
  96. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string ImportSchemaType(class System.Xml.Schema.XmlSchemaType type, class System.Xml.Schema.XmlSchemaObject context, class System.Xml.Serialization.XmlSchemas schemas, class System.Xml.Serialization.XmlSchemaImporter importer, class System.CodeDom.CodeCompileUnit compileUnit, class System.CodeDom.CodeNamespace mainNamespace, valuetype System.Xml.Serialization.CodeGenerationOptions options, class System.CodeDom.Compiler.CodeDomProvider codeProvider) cil managed" />
  97. <MemberType>Method</MemberType>
  98. <AssemblyInfo>
  99. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  100. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  101. </AssemblyInfo>
  102. <ReturnValue>
  103. <ReturnType>System.String</ReturnType>
  104. </ReturnValue>
  105. <Parameters>
  106. <Parameter Name="type" Type="System.Xml.Schema.XmlSchemaType" />
  107. <Parameter Name="context" Type="System.Xml.Schema.XmlSchemaObject" />
  108. <Parameter Name="schemas" Type="System.Xml.Serialization.XmlSchemas" />
  109. <Parameter Name="importer" Type="System.Xml.Serialization.XmlSchemaImporter" />
  110. <Parameter Name="compileUnit" Type="System.CodeDom.CodeCompileUnit" />
  111. <Parameter Name="mainNamespace" Type="System.CodeDom.CodeNamespace" />
  112. <Parameter Name="options" Type="System.Xml.Serialization.CodeGenerationOptions" />
  113. <Parameter Name="codeProvider" Type="System.CodeDom.Compiler.CodeDomProvider" />
  114. </Parameters>
  115. <Docs>
  116. <param name="type">To be added.</param>
  117. <param name="context">To be added.</param>
  118. <param name="schemas">To be added.</param>
  119. <param name="importer">To be added.</param>
  120. <param name="compileUnit">To be added.</param>
  121. <param name="mainNamespace">To be added.</param>
  122. <param name="options">To be added.</param>
  123. <param name="codeProvider">To be added.</param>
  124. <summary>To be added.</summary>
  125. <returns>To be added.</returns>
  126. <remarks>To be added.</remarks>
  127. <since version=".NET 2.0" />
  128. </Docs>
  129. </Member>
  130. <Member MemberName="ImportSchemaType">
  131. <MemberSignature Language="C#" Value="public virtual string ImportSchemaType (string name, string ns, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);" />
  132. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string ImportSchemaType(string name, string ns, class System.Xml.Schema.XmlSchemaObject context, class System.Xml.Serialization.XmlSchemas schemas, class System.Xml.Serialization.XmlSchemaImporter importer, class System.CodeDom.CodeCompileUnit compileUnit, class System.CodeDom.CodeNamespace mainNamespace, valuetype System.Xml.Serialization.CodeGenerationOptions options, class System.CodeDom.Compiler.CodeDomProvider codeProvider) cil managed" />
  133. <MemberType>Method</MemberType>
  134. <AssemblyInfo>
  135. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  136. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  137. </AssemblyInfo>
  138. <ReturnValue>
  139. <ReturnType>System.String</ReturnType>
  140. </ReturnValue>
  141. <Parameters>
  142. <Parameter Name="name" Type="System.String" />
  143. <Parameter Name="ns" Type="System.String" />
  144. <Parameter Name="context" Type="System.Xml.Schema.XmlSchemaObject" />
  145. <Parameter Name="schemas" Type="System.Xml.Serialization.XmlSchemas" />
  146. <Parameter Name="importer" Type="System.Xml.Serialization.XmlSchemaImporter" />
  147. <Parameter Name="compileUnit" Type="System.CodeDom.CodeCompileUnit" />
  148. <Parameter Name="mainNamespace" Type="System.CodeDom.CodeNamespace" />
  149. <Parameter Name="options" Type="System.Xml.Serialization.CodeGenerationOptions" />
  150. <Parameter Name="codeProvider" Type="System.CodeDom.Compiler.CodeDomProvider" />
  151. </Parameters>
  152. <Docs>
  153. <param name="name">To be added.</param>
  154. <param name="ns">To be added.</param>
  155. <param name="context">To be added.</param>
  156. <param name="schemas">To be added.</param>
  157. <param name="importer">To be added.</param>
  158. <param name="compileUnit">To be added.</param>
  159. <param name="mainNamespace">To be added.</param>
  160. <param name="options">To be added.</param>
  161. <param name="codeProvider">To be added.</param>
  162. <summary>To be added.</summary>
  163. <returns>To be added.</returns>
  164. <remarks>To be added.</remarks>
  165. <since version=".NET 2.0" />
  166. </Docs>
  167. </Member>
  168. </Members>
  169. </Type>