SerializationSectionGroup.xml 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="SerializationSectionGroup" FullName="System.Runtime.Serialization.Configuration.SerializationSectionGroup">
  3. <TypeSignature Language="C#" Value="public sealed class SerializationSectionGroup : System.Configuration.ConfigurationSectionGroup" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit SerializationSectionGroup extends System.Configuration.ConfigurationSectionGroup" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Runtime.Serialization</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Configuration.ConfigurationSectionGroup</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>
  15. <attribution license="cc4" from="Microsoft" modified="false" />
  16. <para>This class is used to handle the <format type="text/html"><a href="f41fb4d5-24e7-4059-8010-286a30bfea93">&lt;dataContractSerializer&gt; Element</a></format> group, which contains the <format type="text/html"><a href="f41fb4d5-24e7-4059-8010-286a30bfea93">&lt;dataContractSerializer&gt;</a></format> element, specifically, to allow the addition of types to the collection of known types. For more information about data contract known types, see <format type="text/html"><a href="1a0baea1-27b7-470d-9136-5bbad86c4337">Data Contract Known Types</a></format>.</para>
  17. <para>For an example of using the element to add to the known types collection, see <format type="text/html"><a href="f35184e4-9d9e-4d37-8fb4-d5b58220eb3e">&lt;declaredTypes&gt;</a></format>.</para>
  18. </remarks>
  19. <summary>
  20. <attribution license="cc4" from="Microsoft" modified="false" />
  21. <para>Handles the XML elements used to configure serialization by the <see cref="T:System.Runtime.Serialization.DataContractSerializer" />.</para>
  22. </summary>
  23. </Docs>
  24. <Members>
  25. <Member MemberName=".ctor">
  26. <MemberSignature Language="C#" Value="public SerializationSectionGroup ();" />
  27. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  28. <MemberType>Constructor</MemberType>
  29. <AssemblyInfo>
  30. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  31. </AssemblyInfo>
  32. <Parameters />
  33. <Docs>
  34. <remarks>To be added.</remarks>
  35. <summary>
  36. <attribution license="cc4" from="Microsoft" modified="false" />
  37. <para>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Configuration.SerializationSectionGroup" /> class. </para>
  38. </summary>
  39. </Docs>
  40. </Member>
  41. <Member MemberName="DataContractSerializer">
  42. <MemberSignature Language="C#" Value="public System.Runtime.Serialization.Configuration.DataContractSerializerSection DataContractSerializer { get; }" />
  43. <MemberSignature Language="ILAsm" Value=".property instance class System.Runtime.Serialization.Configuration.DataContractSerializerSection DataContractSerializer" />
  44. <MemberType>Property</MemberType>
  45. <AssemblyInfo>
  46. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  47. </AssemblyInfo>
  48. <ReturnValue>
  49. <ReturnType>System.Runtime.Serialization.Configuration.DataContractSerializerSection</ReturnType>
  50. </ReturnValue>
  51. <Docs>
  52. <value>To be added.</value>
  53. <remarks>To be added.</remarks>
  54. <summary>
  55. <attribution license="cc4" from="Microsoft" modified="false" />
  56. <para>Gets the <see cref="T:System.Runtime.Serialization.Configuration.DataContractSerializerSection" /> used to set up the known types collection. </para>
  57. </summary>
  58. </Docs>
  59. </Member>
  60. <Member MemberName="GetSectionGroup">
  61. <MemberSignature Language="C#" Value="public static System.Runtime.Serialization.Configuration.SerializationSectionGroup GetSectionGroup (System.Configuration.Configuration config);" />
  62. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Runtime.Serialization.Configuration.SerializationSectionGroup GetSectionGroup(class System.Configuration.Configuration config) cil managed" />
  63. <MemberType>Method</MemberType>
  64. <AssemblyInfo>
  65. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  66. </AssemblyInfo>
  67. <ReturnValue>
  68. <ReturnType>System.Runtime.Serialization.Configuration.SerializationSectionGroup</ReturnType>
  69. </ReturnValue>
  70. <Parameters>
  71. <Parameter Name="config" Type="System.Configuration.Configuration" />
  72. </Parameters>
  73. <Docs>
  74. <remarks>To be added.</remarks>
  75. <summary>
  76. <attribution license="cc4" from="Microsoft" modified="false" />
  77. <para>Gets the serialization configuration section for the specified configuration.</para>
  78. </summary>
  79. <returns>
  80. <attribution license="cc4" from="Microsoft" modified="false" />
  81. <para>A <see cref="T:System.Runtime.Serialization.Configuration.SerializationSectionGroup" /> that represents the configuration section.</para>
  82. </returns>
  83. <param name="config">
  84. <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Configuration.Configuration" /> that represents the configuration to retrieve.</param>
  85. </Docs>
  86. </Member>
  87. </Members>
  88. </Type>