Skip to content

Commit 3d643ec

Browse files
committed
.NET Framework type -> .NET type
1 parent a2b0a05 commit 3d643ec

35 files changed

+1294
-1294
lines changed

xml/System.Data.Design/TypedDataSetSchemaImporterExtension.xml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<Docs>
1818
<summary>Generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
1919
<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+
2525
]]></format>
2626
</remarks>
2727
</Docs>
@@ -34,11 +34,11 @@
3434
<Docs>
3535
<summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
3636
<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+
4242
]]></format>
4343
</remarks>
4444
</Docs>
@@ -65,11 +65,11 @@
6565
<Docs>
6666
<summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
6767
<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+
7373
]]></format>
7474
</remarks>
7575
</Docs>
@@ -94,11 +94,11 @@
9494
<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>
9595
<summary>Initializes a new instance of the <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> class.</summary>
9696
<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+
102102
]]></format>
103103
</remarks>
104104
</Docs>
@@ -111,11 +111,11 @@
111111
<Docs>
112112
<summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
113113
<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+
119119
]]></format>
120120
</remarks>
121121
</Docs>
@@ -150,22 +150,22 @@
150150
<param name="type">The XML schema type.</param>
151151
<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>
152152
<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>
154154
<param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to contain the generated code.</param>
155155
<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>
157157
<param name="codeProvider">The language specific <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> to use to generate the dataset.</param>
158158
<summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
159159
<returns>A string representing the name of the typed dataset class.</returns>
160160
<remarks>
161-
<format type="text/markdown"><![CDATA[
162-
163-
## Remarks
161+
<format type="text/markdown"><![CDATA[
162+
163+
## Remarks
164164
165165
[!INCLUDE [untrusted-data-method-note](~/includes/untrusted-data-method-note.md)]
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+
169169
]]></format>
170170
</remarks>
171171
</Docs>
@@ -202,22 +202,22 @@
202202
<param name="namespaceName">A <see cref="T:System.String" /> representing the namespace of the XML schema.</param>
203203
<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>
204204
<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>
206206
<param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to contain the generated code.</param>
207207
<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>
209209
<param name="codeProvider">The language specific <see cref="T:System.CodeDom.Compiler.CodeDomProvider" /> to use to generate the dataset.</param>
210210
<summary>Generates internal type mapping information for an element defined in an XML schema document.</summary>
211211
<returns>A <see cref="T:System.String" /> representing the name of the typed dataset class.</returns>
212212
<remarks>
213-
<format type="text/markdown"><![CDATA[
214-
215-
## Remarks
213+
<format type="text/markdown"><![CDATA[
214+
215+
## Remarks
216216
217217
[!INCLUDE [untrusted-data-method-note](~/includes/untrusted-data-method-note.md)]
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+
221221
]]></format>
222222
</remarks>
223223
</Docs>

xml/System.Data.Odbc/OdbcType.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<Docs>
3333
<summary>Specifies the data type of a field, property, for use in an <see cref="T:System.Data.Odbc.OdbcParameter" />.</summary>
3434
<remarks>
35-
<format type="text/markdown"><![CDATA[
36-
37-
## Remarks
38-
The following table shows mappings between <xref:System.Data.Odbc.OdbcType> data types, ODBC data types (shown in parentheses), and .NET Framework types.
39-
35+
<format type="text/markdown"><![CDATA[
36+
37+
## Remarks
38+
The following table shows mappings between <xref:System.Data.Odbc.OdbcType> data types, ODBC data types (shown in parentheses), and .NET types.
39+
4040
]]></format>
4141
</remarks>
4242
</Docs>

0 commit comments

Comments
 (0)