|
17 | 17 | <Docs>
|
18 | 18 | <summary>Generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
|
19 | 19 | <remarks>
|
20 |
| - <format type="text/markdown"><![CDATA[ |
21 |
| - |
22 |
| -## Remarks |
23 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets. |
24 |
| - |
| 20 | + <format type="text/markdown"><![CDATA[ |
| 21 | +
|
| 22 | +## Remarks |
| 23 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets. |
| 24 | +
|
25 | 25 | ]]></format>
|
26 | 26 | </remarks>
|
27 | 27 | </Docs>
|
|
34 | 34 | <Docs>
|
35 | 35 | <summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
|
36 | 36 | <remarks>
|
37 |
| - <format type="text/markdown"><![CDATA[ |
38 |
| - |
39 |
| -## Remarks |
40 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
41 |
| - |
| 37 | + <format type="text/markdown"><![CDATA[ |
| 38 | +
|
| 39 | +## Remarks |
| 40 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| 41 | +
|
42 | 42 | ]]></format>
|
43 | 43 | </remarks>
|
44 | 44 | </Docs>
|
|
65 | 65 | <Docs>
|
66 | 66 | <summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
|
67 | 67 | <remarks>
|
68 |
| - <format type="text/markdown"><![CDATA[ |
69 |
| - |
70 |
| -## Remarks |
71 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
72 |
| - |
| 68 | + <format type="text/markdown"><![CDATA[ |
| 69 | +
|
| 70 | +## Remarks |
| 71 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| 72 | +
|
73 | 73 | ]]></format>
|
74 | 74 | </remarks>
|
75 | 75 | </Docs>
|
|
94 | 94 | <param name="dataSetGenerateOptions">The <see cref="T:System.Data.Design.TypedDataSetGenerator.GenerateOption" /> value for generating typed datasets that enable LINQ to DataSet and Hierarchical Update.</param>
|
95 | 95 | <summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
|
96 | 96 | <remarks>
|
97 |
| - <format type="text/markdown"><![CDATA[ |
98 |
| - |
99 |
| -## Remarks |
100 |
| - This protected constructor is used to pass the desired <xref:System.Data.Design.TypedDataSetGenerator.GenerateOption> value to the <xref:System.Data.Design.TypedDataSetGenerator>. |
101 |
| - |
| 97 | + <format type="text/markdown"><![CDATA[ |
| 98 | +
|
| 99 | +## Remarks |
| 100 | + This protected constructor is used to pass the desired <xref:System.Data.Design.TypedDataSetGenerator.GenerateOption> value to the <xref:System.Data.Design.TypedDataSetGenerator>. |
| 101 | +
|
102 | 102 | ]]></format>
|
103 | 103 | </remarks>
|
104 | 104 | </Docs>
|
|
111 | 111 | <Docs>
|
112 | 112 | <summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
|
113 | 113 | <remarks>
|
114 |
| - <format type="text/markdown"><![CDATA[ |
115 |
| - |
116 |
| -## Remarks |
117 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
118 |
| - |
| 114 | + <format type="text/markdown"><![CDATA[ |
| 115 | +
|
| 116 | +## Remarks |
| 117 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| 118 | +
|
119 | 119 | ]]></format>
|
120 | 120 | </remarks>
|
121 | 121 | </Docs>
|
|
150 | 150 | <param name="type">The XML schema type.</param>
|
151 | 151 | <param name="context">An <see cref="T:System.Xml.Schema.XmlSchemaObject" /> that represents the root class for the Xml schema object model hierarchy and serves as a base class for classes such as the XmlSchema class.</param>
|
152 | 152 | <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchema" /> class that represents a collection of XML schemas.</param>
|
153 |
| - <param name="importer">The base <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> that generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.</param> |
| 153 | + <param name="importer">The base <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> that generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</param> |
154 | 154 | <param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to contain the generated code.</param>
|
155 | 155 | <param name="mainNamespace">The main namespace.</param>
|
156 |
| - <param name="options">The <see cref="T:System.Xml.Serialization.CodeGenerationOptions" /> that specifies various options to use when generating .NET Framework types for use with an XML Web service.</param> |
| 156 | + <param name="options">The <see cref="T:System.Xml.Serialization.CodeGenerationOptions" /> that specifies various options to use when generating .NET types for use with an XML Web service.</param> |
157 | 157 | <param name="codeProvider">The language specific <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> to use to generate the dataset.</param>
|
158 | 158 | <summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
|
159 | 159 | <returns>A string representing the name of the typed dataset class.</returns>
|
160 | 160 | <remarks>
|
161 |
| - <format type="text/markdown"><]
|
166 |
| - |
167 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
168 |
| - |
| 166 | +
|
| 167 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| 168 | +
|
169 | 169 | ]]></format>
|
170 | 170 | </remarks>
|
171 | 171 | </Docs>
|
|
202 | 202 | <param name="namespaceName">A <see cref="T:System.String" /> representing the namespace of the XML schema.</param>
|
203 | 203 | <param name="context">An <see cref="T:System.Xml.Schema.XmlSchemaObject" /> that represents the root class for the XML schema object model hierarchy and serves as a base class for classes such as the XmlSchema class.</param>
|
204 | 204 | <param name="schemas">An <see cref="T:System.Xml.Schema.XmlSchema" /> class that represents a collection of XML schemas.</param>
|
205 |
| - <param name="importer">The base <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> that generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.</param> |
| 205 | + <param name="importer">The base <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> that generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</param> |
206 | 206 | <param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to contain the generated code.</param>
|
207 | 207 | <param name="mainNamespace">The <see cref="T:System.CodeDom.CodeNamespace" /> that contains the generated dataset.</param>
|
208 |
| - <param name="options">The <see cref="T:System.Xml.Serialization.CodeGenerationOptions" /> that specifies various options to use when generating .NET Framework types for use with an XML Web service.</param> |
| 208 | + <param name="options">The <see cref="T:System.Xml.Serialization.CodeGenerationOptions" /> that specifies various options to use when generating .NET types for use with an XML Web service.</param> |
209 | 209 | <param name="codeProvider">The language specific <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> to use to generate the dataset.</param>
|
210 | 210 | <summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
|
211 | 211 | <returns>A <see cref="T:System.String" /> representing the name of the typed dataset class.</returns>
|
212 | 212 | <remarks>
|
213 |
| - <format type="text/markdown"><]
|
218 |
| - |
219 |
| - Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
220 |
| - |
| 218 | +
|
| 219 | + Expands upon the <xref:System.Xml.Serialization.XmlSchemaImporter> to provide additional functionality for typed datasets and generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| 220 | +
|
221 | 221 | ]]></format>
|
222 | 222 | </remarks>
|
223 | 223 | </Docs>
|
|
0 commit comments