AtomPub10ServiceDocumentFormatter`1.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="AtomPub10ServiceDocumentFormatter&lt;TServiceDocument&gt;" FullName="System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter&lt;TServiceDocument&gt;">
  3. <TypeSignature Language="C#" Value="public class AtomPub10ServiceDocumentFormatter&lt;TServiceDocument&gt; : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter where TServiceDocument : ServiceDocumentnew()" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AtomPub10ServiceDocumentFormatter`1&lt;.ctor (class System.ServiceModel.Syndication.ServiceDocument) TServiceDocument&gt; extends System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <TypeParameters>
  10. <TypeParameter Name="TServiceDocument">
  11. <Constraints>
  12. <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
  13. <BaseTypeName>System.ServiceModel.Syndication.ServiceDocument</BaseTypeName>
  14. </Constraints>
  15. </TypeParameter>
  16. </TypeParameters>
  17. <Base>
  18. <BaseTypeName>System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter</BaseTypeName>
  19. </Base>
  20. <Interfaces />
  21. <Attributes>
  22. <Attribute>
  23. <AttributeName>System.Xml.Serialization.XmlRoot("service", Namespace="http://www.w3.org/2007/app")</AttributeName>
  24. </Attribute>
  25. </Attributes>
  26. <Docs>
  27. <typeparam name="TServiceDocument">To be added.</typeparam>
  28. <remarks>
  29. <attribution license="cc4" from="Microsoft" modified="false" />
  30. <para>If you want to serialize or deserialized a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance instead of an object derived from this an instance of <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />, use the <see cref="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter" /> formatter instead.</para>
  31. </remarks>
  32. <summary>
  33. <attribution license="cc4" from="Microsoft" modified="false" />
  34. <para>A formatter that serializes classes derived from a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance to and from XML using Atom 1.0 formats.</para>
  35. </summary>
  36. </Docs>
  37. <Members>
  38. <Member MemberName=".ctor">
  39. <MemberSignature Language="C#" Value="public AtomPub10ServiceDocumentFormatter ();" />
  40. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  41. <MemberType>Constructor</MemberType>
  42. <AssemblyInfo>
  43. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  44. </AssemblyInfo>
  45. <Parameters />
  46. <Docs>
  47. <remarks>To be added.</remarks>
  48. <summary>
  49. <attribution license="cc4" from="Microsoft" modified="false" />
  50. <para>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter`1" /> class. </para>
  51. </summary>
  52. </Docs>
  53. </Member>
  54. <Member MemberName=".ctor">
  55. <MemberSignature Language="C#" Value="public AtomPub10ServiceDocumentFormatter (TServiceDocument documentToWrite);" />
  56. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(!TServiceDocument documentToWrite) cil managed" />
  57. <MemberType>Constructor</MemberType>
  58. <AssemblyInfo>
  59. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  60. </AssemblyInfo>
  61. <Parameters>
  62. <Parameter Name="documentToWrite" Type="TServiceDocument" />
  63. </Parameters>
  64. <Docs>
  65. <param name="documentToWrite">To be added.</param>
  66. <summary>To be added.</summary>
  67. <remarks>To be added.</remarks>
  68. </Docs>
  69. </Member>
  70. <Member MemberName="CreateDocumentInstance">
  71. <MemberSignature Language="C#" Value="protected override System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance ();" />
  72. <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance class System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance() cil managed" />
  73. <MemberType>Method</MemberType>
  74. <AssemblyInfo>
  75. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  76. </AssemblyInfo>
  77. <ReturnValue>
  78. <ReturnType>System.ServiceModel.Syndication.ServiceDocument</ReturnType>
  79. </ReturnValue>
  80. <Parameters />
  81. <Docs>
  82. <remarks>To be added.</remarks>
  83. <summary>
  84. <attribution license="cc4" from="Microsoft" modified="false" />
  85. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance associated with the Atom 1.0 formatter.</para>
  86. </summary>
  87. <returns>
  88. <attribution license="cc4" from="Microsoft" modified="false" />
  89. <para>
  90. Returns an instance of <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />.
  91. </para>
  92. </returns>
  93. </Docs>
  94. </Member>
  95. </Members>
  96. </Type>