Atom10ItemFormatter`1.xml 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="Atom10ItemFormatter&lt;TSyndicationItem&gt;" FullName="System.ServiceModel.Syndication.Atom10ItemFormatter&lt;TSyndicationItem&gt;">
  3. <TypeSignature Language="C#" Value="public class Atom10ItemFormatter&lt;TSyndicationItem&gt; : System.ServiceModel.Syndication.Atom10ItemFormatter where TSyndicationItem : SyndicationItemnew()" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Atom10ItemFormatter`1&lt;.ctor (class System.ServiceModel.Syndication.SyndicationItem) TSyndicationItem&gt; extends System.ServiceModel.Syndication.Atom10ItemFormatter" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <TypeParameters>
  10. <TypeParameter Name="TSyndicationItem">
  11. <Constraints>
  12. <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
  13. <BaseTypeName>System.ServiceModel.Syndication.SyndicationItem</BaseTypeName>
  14. </Constraints>
  15. </TypeParameter>
  16. </TypeParameters>
  17. <Base>
  18. <BaseTypeName>System.ServiceModel.Syndication.Atom10ItemFormatter</BaseTypeName>
  19. </Base>
  20. <Interfaces />
  21. <Attributes>
  22. <Attribute>
  23. <AttributeName>System.Xml.Serialization.XmlRoot("entry", Namespace="http://www.w3.org/2005/Atom")</AttributeName>
  24. </Attribute>
  25. </Attributes>
  26. <Docs>
  27. <typeparam name="TSyndicationItem">To be added.</typeparam>
  28. <remarks>
  29. <attribution license="cc4" from="Microsoft" modified="false" />
  30. <para>Use this class to serialize instances of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived classes and to create instances of <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived classes from XML documents that contain Atom1.0 entries. If you must serialize a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance use the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" /> formatter instead.</para>
  31. <block subset="none" type="note">
  32. <para>The Atom 1.0 specification allows for fractional seconds to be specified in any of its date constructs. When serializing and deserializing, the indigo2 implementation ignores the fractional seconds.</para>
  33. </block>
  34. </remarks>
  35. <summary>
  36. <attribution license="cc4" from="Microsoft" modified="false" />
  37. <para>A class that serializes <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived classes to and from Atom 1.0 format.</para>
  38. </summary>
  39. </Docs>
  40. <Members>
  41. <Member MemberName=".ctor">
  42. <MemberSignature Language="C#" Value="public Atom10ItemFormatter ();" />
  43. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  44. <MemberType>Constructor</MemberType>
  45. <AssemblyInfo>
  46. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  47. </AssemblyInfo>
  48. <Parameters />
  49. <Docs>
  50. <remarks>To be added.</remarks>
  51. <summary>
  52. <attribution license="cc4" from="Microsoft" modified="false" />
  53. <para>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter`1" /> class. </para>
  54. </summary>
  55. </Docs>
  56. </Member>
  57. <Member MemberName=".ctor">
  58. <MemberSignature Language="C#" Value="public Atom10ItemFormatter (TSyndicationItem itemToWrite);" />
  59. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(!TSyndicationItem itemToWrite) cil managed" />
  60. <MemberType>Constructor</MemberType>
  61. <AssemblyInfo>
  62. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  63. </AssemblyInfo>
  64. <Parameters>
  65. <Parameter Name="itemToWrite" Type="TSyndicationItem" />
  66. </Parameters>
  67. <Docs>
  68. <param name="itemToWrite">To be added.</param>
  69. <summary>To be added.</summary>
  70. <remarks>To be added.</remarks>
  71. </Docs>
  72. </Member>
  73. <Member MemberName="CreateItemInstance">
  74. <MemberSignature Language="C#" Value="protected override System.ServiceModel.Syndication.SyndicationItem CreateItemInstance ();" />
  75. <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance class System.ServiceModel.Syndication.SyndicationItem CreateItemInstance() cil managed" />
  76. <MemberType>Method</MemberType>
  77. <AssemblyInfo>
  78. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  79. </AssemblyInfo>
  80. <ReturnValue>
  81. <ReturnType>System.ServiceModel.Syndication.SyndicationItem</ReturnType>
  82. </ReturnValue>
  83. <Parameters />
  84. <Docs>
  85. <remarks>To be added.</remarks>
  86. <summary>
  87. <attribution license="cc4" from="Microsoft" modified="false" />
  88. <para>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived class. </para>
  89. </summary>
  90. <returns>
  91. <attribution license="cc4" from="Microsoft" modified="false" />
  92. <para>A new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class. </para>
  93. </returns>
  94. </Docs>
  95. </Member>
  96. </Members>
  97. </Type>