XmlSyndicationContent.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="XmlSyndicationContent" FullName="System.ServiceModel.Syndication.XmlSyndicationContent">
  3. <TypeSignature Language="C#" Value="public class XmlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSyndicationContent extends System.ServiceModel.Syndication.SyndicationContent" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.ServiceModel.Syndication.SyndicationContent</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>
  15. <attribution license="cc4" from="Microsoft" modified="false" />
  16. <para>This class is used to send serialized objects or other application state data as XML.</para>
  17. </remarks>
  18. <summary>
  19. <attribution license="cc4" from="Microsoft" modified="false" />
  20. <para>Represents XML syndication content that is not intended to be displayed in a browser.</para>
  21. </summary>
  22. </Docs>
  23. <Members>
  24. <Member MemberName=".ctor">
  25. <MemberSignature Language="C#" Value="protected XmlSyndicationContent (System.ServiceModel.Syndication.XmlSyndicationContent source);" />
  26. <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.ServiceModel.Syndication.XmlSyndicationContent source) cil managed" />
  27. <MemberType>Constructor</MemberType>
  28. <AssemblyInfo>
  29. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  30. </AssemblyInfo>
  31. <Parameters>
  32. <Parameter Name="source" Type="System.ServiceModel.Syndication.XmlSyndicationContent" />
  33. </Parameters>
  34. <Docs>
  35. <remarks>To be added.</remarks>
  36. <summary>
  37. <attribution license="cc4" from="Microsoft" modified="false" />
  38. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</para>
  39. </summary>
  40. <param name="source">
  41. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</param>
  42. </Docs>
  43. </Member>
  44. <Member MemberName=".ctor">
  45. <MemberSignature Language="C#" Value="public XmlSyndicationContent (System.Xml.XmlReader reader);" />
  46. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Xml.XmlReader reader) cil managed" />
  47. <MemberType>Constructor</MemberType>
  48. <AssemblyInfo>
  49. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  50. </AssemblyInfo>
  51. <Parameters>
  52. <Parameter Name="reader" Type="System.Xml.XmlReader" />
  53. </Parameters>
  54. <Docs>
  55. <remarks>To be added.</remarks>
  56. <summary>
  57. <attribution license="cc4" from="Microsoft" modified="false" />
  58. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> class. </para>
  59. </summary>
  60. <param name="reader">
  61. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
  62. </Docs>
  63. </Member>
  64. <Member MemberName=".ctor">
  65. <MemberSignature Language="C#" Value="public XmlSyndicationContent (string type, System.ServiceModel.Syndication.SyndicationElementExtension extension);" />
  66. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string type, class System.ServiceModel.Syndication.SyndicationElementExtension extension) cil managed" />
  67. <MemberType>Constructor</MemberType>
  68. <AssemblyInfo>
  69. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  70. </AssemblyInfo>
  71. <Parameters>
  72. <Parameter Name="type" Type="System.String" />
  73. <Parameter Name="extension" Type="System.ServiceModel.Syndication.SyndicationElementExtension" />
  74. </Parameters>
  75. <Docs>
  76. <remarks>To be added.</remarks>
  77. <summary>
  78. <attribution license="cc4" from="Microsoft" modified="false" />
  79. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type and <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</para>
  80. </summary>
  81. <param name="type">
  82. <attribution license="cc4" from="Microsoft" modified="false" />The type of the content, typically expressed as a MIME content type, for example application/xml or application/xml+customer.</param>
  83. <param name="extension">
  84. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> to place in the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</param>
  85. </Docs>
  86. </Member>
  87. <Member MemberName=".ctor">
  88. <MemberSignature Language="C#" Value="public XmlSyndicationContent (string type, object dataContractExtension, System.Runtime.Serialization.XmlObjectSerializer dataContractSerializer);" />
  89. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string type, object dataContractExtension, class System.Runtime.Serialization.XmlObjectSerializer dataContractSerializer) cil managed" />
  90. <MemberType>Constructor</MemberType>
  91. <AssemblyInfo>
  92. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  93. </AssemblyInfo>
  94. <Parameters>
  95. <Parameter Name="type" Type="System.String" />
  96. <Parameter Name="dataContractExtension" Type="System.Object" />
  97. <Parameter Name="dataContractSerializer" Type="System.Runtime.Serialization.XmlObjectSerializer" />
  98. </Parameters>
  99. <Docs>
  100. <remarks>
  101. <attribution license="cc4" from="Microsoft" modified="false" />
  102. <para>The <see cref="T:System.Runtime.Serialization.DataContractSerializer" /> is one subtype of <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" />. If null is passed, a default instance of <see cref="T:System.Runtime.Serialization.DataContractSerializer" /> is instantiated.</para>
  103. </remarks>
  104. <summary>
  105. <attribution license="cc4" from="Microsoft" modified="false" />
  106. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type, object, and <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" />. </para>
  107. </summary>
  108. <param name="type">
  109. <attribution license="cc4" from="Microsoft" modified="false" />The type of content.</param>
  110. <param name="dataContractExtension">
  111. <attribution license="cc4" from="Microsoft" modified="false" />The data contract extension.</param>
  112. <param name="dataContractSerializer">
  113. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> to use.</param>
  114. </Docs>
  115. </Member>
  116. <Member MemberName=".ctor">
  117. <MemberSignature Language="C#" Value="public XmlSyndicationContent (string type, object xmlSerializerExtension, System.Xml.Serialization.XmlSerializer serializer);" />
  118. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string type, object xmlSerializerExtension, class System.Xml.Serialization.XmlSerializer serializer) cil managed" />
  119. <MemberType>Constructor</MemberType>
  120. <AssemblyInfo>
  121. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  122. </AssemblyInfo>
  123. <Parameters>
  124. <Parameter Name="type" Type="System.String" />
  125. <Parameter Name="xmlSerializerExtension" Type="System.Object" />
  126. <Parameter Name="serializer" Type="System.Xml.Serialization.XmlSerializer" />
  127. </Parameters>
  128. <Docs>
  129. <remarks>To be added.</remarks>
  130. <summary>
  131. <attribution license="cc4" from="Microsoft" modified="false" />
  132. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type, object and <see cref="T:System.Xml.Serialization.XmlSerializer" />.</para>
  133. </summary>
  134. <param name="type">
  135. <attribution license="cc4" from="Microsoft" modified="false" />The type of content.</param>
  136. <param name="xmlSerializerExtension">
  137. <attribution license="cc4" from="Microsoft" modified="false" />The XML serializer extension.</param>
  138. <param name="serializer">
  139. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
  140. </Docs>
  141. </Member>
  142. <Member MemberName="Clone">
  143. <MemberSignature Language="C#" Value="public override System.ServiceModel.Syndication.SyndicationContent Clone ();" />
  144. <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.ServiceModel.Syndication.SyndicationContent Clone() cil managed" />
  145. <MemberType>Method</MemberType>
  146. <AssemblyInfo>
  147. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  148. </AssemblyInfo>
  149. <ReturnValue>
  150. <ReturnType>System.ServiceModel.Syndication.SyndicationContent</ReturnType>
  151. </ReturnValue>
  152. <Parameters />
  153. <Docs>
  154. <remarks>To be added.</remarks>
  155. <summary>
  156. <attribution license="cc4" from="Microsoft" modified="false" />
  157. <para>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</para>
  158. </summary>
  159. <returns>
  160. <attribution license="cc4" from="Microsoft" modified="false" />
  161. <para>A new <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</para>
  162. </returns>
  163. </Docs>
  164. </Member>
  165. <Member MemberName="Extension">
  166. <MemberSignature Language="C#" Value="public System.ServiceModel.Syndication.SyndicationElementExtension Extension { get; }" />
  167. <MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Syndication.SyndicationElementExtension Extension" />
  168. <MemberType>Property</MemberType>
  169. <AssemblyInfo>
  170. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  171. </AssemblyInfo>
  172. <ReturnValue>
  173. <ReturnType>System.ServiceModel.Syndication.SyndicationElementExtension</ReturnType>
  174. </ReturnValue>
  175. <Docs>
  176. <value>To be added.</value>
  177. <remarks>
  178. <attribution license="cc4" from="Microsoft" modified="false" />
  179. <para>On the send/serialization side, this property represents the XML content that must be serialized.</para>
  180. <para>On the receive/deserialization side, this property is always null.</para>
  181. </remarks>
  182. <summary>
  183. <attribution license="cc4" from="Microsoft" modified="false" />
  184. <para>Gets the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</para>
  185. </summary>
  186. </Docs>
  187. </Member>
  188. <Member MemberName="GetReaderAtContent">
  189. <MemberSignature Language="C#" Value="public System.Xml.XmlDictionaryReader GetReaderAtContent ();" />
  190. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.XmlDictionaryReader GetReaderAtContent() cil managed" />
  191. <MemberType>Method</MemberType>
  192. <AssemblyInfo>
  193. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  194. </AssemblyInfo>
  195. <ReturnValue>
  196. <ReturnType>System.Xml.XmlDictionaryReader</ReturnType>
  197. </ReturnValue>
  198. <Parameters />
  199. <Docs>
  200. <remarks>To be added.</remarks>
  201. <summary>
  202. <attribution license="cc4" from="Microsoft" modified="false" />
  203. <para>Gets a reader from the content of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</para>
  204. </summary>
  205. <returns>
  206. <attribution license="cc4" from="Microsoft" modified="false" />
  207. <para>An <see cref="T:System.Xml.XmlDictionaryReader" /> from the content of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</para>
  208. </returns>
  209. </Docs>
  210. </Member>
  211. <Member MemberName="ReadContent&lt;TContent&gt;">
  212. <MemberSignature Language="C#" Value="public TContent ReadContent&lt;TContent&gt; ();" />
  213. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !!TContent ReadContent&lt;TContent&gt;() cil managed" />
  214. <MemberType>Method</MemberType>
  215. <AssemblyInfo>
  216. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  217. </AssemblyInfo>
  218. <ReturnValue>
  219. <ReturnType>TContent</ReturnType>
  220. </ReturnValue>
  221. <TypeParameters>
  222. <TypeParameter Name="TContent" />
  223. </TypeParameters>
  224. <Parameters />
  225. <Docs>
  226. <remarks>
  227. <attribution license="cc4" from="Microsoft" modified="false" />
  228. <para>On the receive/deserialization side, if the XML syndication content element is an empty XML element, then default(<paramref name="TContent" />) is returned. If not, a new instance of <see cref="T:System.Runtime.Serialization.DataContractSerializer" /> is created and is used to deserialize the inner XML of the XML syndication content element into an instance of <paramref name="TContent" />.</para>
  229. </remarks>
  230. <summary>
  231. <attribution license="cc4" from="Microsoft" modified="false" />
  232. <para>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</para>
  233. </summary>
  234. <returns>
  235. <attribution license="cc4" from="Microsoft" modified="false" />
  236. <para>An object of the specified type.</para>
  237. </returns>
  238. <typeparam name="TContent">
  239. <attribution license="cc4" from="Microsoft" modified="false" />The type of content to read.</typeparam>
  240. </Docs>
  241. </Member>
  242. <Member MemberName="ReadContent&lt;TContent&gt;">
  243. <MemberSignature Language="C#" Value="public TContent ReadContent&lt;TContent&gt; (System.Runtime.Serialization.XmlObjectSerializer serializer);" />
  244. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !!TContent ReadContent&lt;TContent&gt;(class System.Runtime.Serialization.XmlObjectSerializer serializer) cil managed" />
  245. <MemberType>Method</MemberType>
  246. <AssemblyInfo>
  247. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  248. </AssemblyInfo>
  249. <ReturnValue>
  250. <ReturnType>TContent</ReturnType>
  251. </ReturnValue>
  252. <TypeParameters>
  253. <TypeParameter Name="TContent" />
  254. </TypeParameters>
  255. <Parameters>
  256. <Parameter Name="serializer" Type="System.Runtime.Serialization.XmlObjectSerializer" />
  257. </Parameters>
  258. <Docs>
  259. <param name="serializer">To be added.</param>
  260. <remarks>
  261. <attribution license="cc4" from="Microsoft" modified="false" />
  262. <para>On the receive/deserialization side, if the XML syndication content element is an empty XML element, then default(<paramref name="TContent" />) is returned. If not, the instance of <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> passed in is used to deserialize the inner XML of XML syndication content element into an instance of <paramref name="TContent" />.</para>
  263. </remarks>
  264. <summary>
  265. <attribution license="cc4" from="Microsoft" modified="false" />
  266. <para>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> using the specified serializer.</para>
  267. </summary>
  268. <returns>
  269. <attribution license="cc4" from="Microsoft" modified="false" />
  270. <para>An object of the specified type.</para>
  271. </returns>
  272. <typeparam name="TContent">
  273. <attribution license="cc4" from="Microsoft" modified="false" />The type of content to read.</typeparam>
  274. </Docs>
  275. </Member>
  276. <Member MemberName="ReadContent&lt;TContent&gt;">
  277. <MemberSignature Language="C#" Value="public TContent ReadContent&lt;TContent&gt; (System.Xml.Serialization.XmlSerializer serializer);" />
  278. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !!TContent ReadContent&lt;TContent&gt;(class System.Xml.Serialization.XmlSerializer serializer) cil managed" />
  279. <MemberType>Method</MemberType>
  280. <AssemblyInfo>
  281. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  282. </AssemblyInfo>
  283. <ReturnValue>
  284. <ReturnType>TContent</ReturnType>
  285. </ReturnValue>
  286. <TypeParameters>
  287. <TypeParameter Name="TContent" />
  288. </TypeParameters>
  289. <Parameters>
  290. <Parameter Name="serializer" Type="System.Xml.Serialization.XmlSerializer" />
  291. </Parameters>
  292. <Docs>
  293. <remarks>
  294. <attribution license="cc4" from="Microsoft" modified="false" />
  295. <para>On the receive/deserialization side, if the XML syndication content element is an empty XML element, then default(<paramref name="TContent" />) is returned. If not, the instance of <see cref="T:System.Xml.Serialization.XmlSerializer" /> passed in is used to deserialize the inner XML of XML syndication content element into an instance of <paramref name="TContent" />.</para>
  296. </remarks>
  297. <summary>
  298. <attribution license="cc4" from="Microsoft" modified="false" />
  299. <para>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> using the specified serializer.</para>
  300. </summary>
  301. <returns>
  302. <attribution license="cc4" from="Microsoft" modified="false" />
  303. <para>An object of the specified type.</para>
  304. </returns>
  305. <param name="serializer">
  306. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
  307. <typeparam name="TContent">
  308. <attribution license="cc4" from="Microsoft" modified="false" />The type of content to read.</typeparam>
  309. </Docs>
  310. </Member>
  311. <Member MemberName="Type">
  312. <MemberSignature Language="C#" Value="public override string Type { get; }" />
  313. <MemberSignature Language="ILAsm" Value=".property instance string Type" />
  314. <MemberType>Property</MemberType>
  315. <AssemblyInfo>
  316. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  317. </AssemblyInfo>
  318. <ReturnValue>
  319. <ReturnType>System.String</ReturnType>
  320. </ReturnValue>
  321. <Docs>
  322. <value>To be added.</value>
  323. <remarks>To be added.</remarks>
  324. <summary>
  325. <attribution license="cc4" from="Microsoft" modified="false" />
  326. <para>Gets the type of the XML syndication content.</para>
  327. </summary>
  328. </Docs>
  329. </Member>
  330. <Member MemberName="WriteContentsTo">
  331. <MemberSignature Language="C#" Value="protected override void WriteContentsTo (System.Xml.XmlWriter writer);" />
  332. <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void WriteContentsTo(class System.Xml.XmlWriter writer) cil managed" />
  333. <MemberType>Method</MemberType>
  334. <AssemblyInfo>
  335. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  336. </AssemblyInfo>
  337. <ReturnValue>
  338. <ReturnType>System.Void</ReturnType>
  339. </ReturnValue>
  340. <Parameters>
  341. <Parameter Name="writer" Type="System.Xml.XmlWriter" />
  342. </Parameters>
  343. <Docs>
  344. <remarks>
  345. <attribution license="cc4" from="Microsoft" modified="false" />
  346. <para>This method writes the inner XML content of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance (for example, it does not write the top level start and end elements of the syndication content).</para>
  347. </remarks>
  348. <summary>
  349. <attribution license="cc4" from="Microsoft" modified="false" />
  350. <para>Write the contents of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</para>
  351. </summary>
  352. <param name="writer">
  353. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
  354. </Docs>
  355. </Member>
  356. </Members>
  357. </Type>