SyndicationContent.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="SyndicationContent" FullName="System.ServiceModel.Syndication.SyndicationContent">
  3. <TypeSignature Language="C#" Value="public abstract class SyndicationContent" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit SyndicationContent extends System.Object" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Object</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>
  15. <attribution license="cc4" from="Microsoft" modified="false" />
  16. <para>This is an abstract class and cannot be instantiated directly. It is used as the base class for the following syndication content types:</para>
  17. <list type="bullet">
  18. <item>
  19. <para>
  20. <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />
  21. </para>
  22. </item>
  23. <item>
  24. <para>
  25. <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />
  26. </para>
  27. </item>
  28. <item>
  29. <para>
  30. <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />
  31. </para>
  32. </item>
  33. </list>
  34. </remarks>
  35. <summary>
  36. <attribution license="cc4" from="Microsoft" modified="false" />
  37. <para>A base class that represents syndication content.</para>
  38. </summary>
  39. </Docs>
  40. <Members>
  41. <Member MemberName=".ctor">
  42. <MemberSignature Language="C#" Value="protected SyndicationContent ();" />
  43. <MemberSignature Language="ILAsm" Value=".method familyhidebysig 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>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> class. </para>
  54. </summary>
  55. </Docs>
  56. </Member>
  57. <Member MemberName=".ctor">
  58. <MemberSignature Language="C#" Value="protected SyndicationContent (System.ServiceModel.Syndication.SyndicationContent source);" />
  59. <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.ServiceModel.Syndication.SyndicationContent source) cil managed" />
  60. <MemberType>Constructor</MemberType>
  61. <AssemblyInfo>
  62. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  63. </AssemblyInfo>
  64. <Parameters>
  65. <Parameter Name="source" Type="System.ServiceModel.Syndication.SyndicationContent" />
  66. </Parameters>
  67. <Docs>
  68. <remarks>To be added.</remarks>
  69. <summary>
  70. <attribution license="cc4" from="Microsoft" modified="false" />
  71. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</para>
  72. </summary>
  73. <param name="source">
  74. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance to use to initialize the new instance.</param>
  75. </Docs>
  76. </Member>
  77. <Member MemberName="AttributeExtensions">
  78. <MemberSignature Language="C#" Value="public System.Collections.Generic.Dictionary&lt;System.Xml.XmlQualifiedName,string&gt; AttributeExtensions { get; }" />
  79. <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.Dictionary`2&lt;class System.Xml.XmlQualifiedName, string&gt; AttributeExtensions" />
  80. <MemberType>Property</MemberType>
  81. <AssemblyInfo>
  82. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  83. </AssemblyInfo>
  84. <ReturnValue>
  85. <ReturnType>System.Collections.Generic.Dictionary&lt;System.Xml.XmlQualifiedName,System.String&gt;</ReturnType>
  86. </ReturnValue>
  87. <Docs>
  88. <value>To be added.</value>
  89. <remarks>
  90. <attribution license="cc4" from="Microsoft" modified="false" />
  91. <para>Attribute extensions are custom attributes that are not defined by the Atom 1.0 or RSS 2.0 specifications. The syndication object model allows you to add custom attributes to a syndication content type (for example, <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />). When serialized to Atom 1.0, these attributes appear within the &lt;content&gt; element. When serialized to RSS 2.0, these attribute are ignored.</para>
  92. </remarks>
  93. <summary>
  94. <attribution license="cc4" from="Microsoft" modified="false" />
  95. <para>Gets the attribute extensions for this content.</para>
  96. </summary>
  97. </Docs>
  98. </Member>
  99. <Member MemberName="Clone">
  100. <MemberSignature Language="C#" Value="public abstract System.ServiceModel.Syndication.SyndicationContent Clone ();" />
  101. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.ServiceModel.Syndication.SyndicationContent Clone() cil managed" />
  102. <MemberType>Method</MemberType>
  103. <AssemblyInfo>
  104. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  105. </AssemblyInfo>
  106. <ReturnValue>
  107. <ReturnType>System.ServiceModel.Syndication.SyndicationContent</ReturnType>
  108. </ReturnValue>
  109. <Parameters />
  110. <Docs>
  111. <remarks>To be added.</remarks>
  112. <summary>
  113. <attribution license="cc4" from="Microsoft" modified="false" />
  114. <para>Creates a copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</para>
  115. </summary>
  116. <returns>
  117. <attribution license="cc4" from="Microsoft" modified="false" />
  118. <para>A copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</para>
  119. </returns>
  120. </Docs>
  121. </Member>
  122. <Member MemberName="CreateHtmlContent">
  123. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.TextSyndicationContent CreateHtmlContent (string content);" />
  124. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.TextSyndicationContent CreateHtmlContent(string content) cil managed" />
  125. <MemberType>Method</MemberType>
  126. <AssemblyInfo>
  127. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  128. </AssemblyInfo>
  129. <ReturnValue>
  130. <ReturnType>System.ServiceModel.Syndication.TextSyndicationContent</ReturnType>
  131. </ReturnValue>
  132. <Parameters>
  133. <Parameter Name="content" Type="System.String" />
  134. </Parameters>
  135. <Docs>
  136. <remarks>
  137. <attribution license="cc4" from="Microsoft" modified="false" />
  138. <para>The string passed into this method should contain HTML.</para>
  139. </remarks>
  140. <summary>
  141. <attribution license="cc4" from="Microsoft" modified="false" />
  142. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified HTML content.</para>
  143. </summary>
  144. <returns>
  145. <attribution license="cc4" from="Microsoft" modified="false" />
  146. <para>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</para>
  147. </returns>
  148. <param name="content">
  149. <attribution license="cc4" from="Microsoft" modified="false" />The text of the content.</param>
  150. </Docs>
  151. </Member>
  152. <Member MemberName="CreatePlaintextContent">
  153. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.TextSyndicationContent CreatePlaintextContent (string content);" />
  154. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.TextSyndicationContent CreatePlaintextContent(string content) cil managed" />
  155. <MemberType>Method</MemberType>
  156. <AssemblyInfo>
  157. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  158. </AssemblyInfo>
  159. <ReturnValue>
  160. <ReturnType>System.ServiceModel.Syndication.TextSyndicationContent</ReturnType>
  161. </ReturnValue>
  162. <Parameters>
  163. <Parameter Name="content" Type="System.String" />
  164. </Parameters>
  165. <Docs>
  166. <remarks>To be added.</remarks>
  167. <summary>
  168. <attribution license="cc4" from="Microsoft" modified="false" />
  169. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified plain text content.</para>
  170. </summary>
  171. <returns>
  172. <attribution license="cc4" from="Microsoft" modified="false" />
  173. <para>A new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</para>
  174. </returns>
  175. <param name="content">
  176. <attribution license="cc4" from="Microsoft" modified="false" />The plain text content.</param>
  177. </Docs>
  178. </Member>
  179. <Member MemberName="CreateUrlContent">
  180. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.UrlSyndicationContent CreateUrlContent (Uri url, string mediaType);" />
  181. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.UrlSyndicationContent CreateUrlContent(class System.Uri url, string mediaType) cil managed" />
  182. <MemberType>Method</MemberType>
  183. <AssemblyInfo>
  184. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  185. </AssemblyInfo>
  186. <ReturnValue>
  187. <ReturnType>System.ServiceModel.Syndication.UrlSyndicationContent</ReturnType>
  188. </ReturnValue>
  189. <Parameters>
  190. <Parameter Name="url" Type="System.Uri" />
  191. <Parameter Name="mediaType" Type="System.String" />
  192. </Parameters>
  193. <Docs>
  194. <remarks>
  195. <attribution license="cc4" from="Microsoft" modified="false" />
  196. <para>The media type parameter can be set to any known MIME type value as defined in <see cref="http://go.microsoft.com/fwlink/?LinkId=95720">RFC 2046</see>.</para>
  197. </remarks>
  198. <summary>
  199. <attribution license="cc4" from="Microsoft" modified="false" />
  200. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance with the specified <see cref="T:System.Uri" /> and media type.</para>
  201. </summary>
  202. <returns>
  203. <attribution license="cc4" from="Microsoft" modified="false" />
  204. <para>A new <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</para>
  205. </returns>
  206. <param name="url">
  207. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Uri" /> of the content.</param>
  208. <param name="mediaType">
  209. <attribution license="cc4" from="Microsoft" modified="false" />The media type of the content.</param>
  210. </Docs>
  211. </Member>
  212. <Member MemberName="CreateXhtmlContent">
  213. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.TextSyndicationContent CreateXhtmlContent (string content);" />
  214. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.TextSyndicationContent CreateXhtmlContent(string content) cil managed" />
  215. <MemberType>Method</MemberType>
  216. <AssemblyInfo>
  217. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  218. </AssemblyInfo>
  219. <ReturnValue>
  220. <ReturnType>System.ServiceModel.Syndication.TextSyndicationContent</ReturnType>
  221. </ReturnValue>
  222. <Parameters>
  223. <Parameter Name="content" Type="System.String" />
  224. </Parameters>
  225. <Docs>
  226. <remarks>To be added.</remarks>
  227. <summary>
  228. <attribution license="cc4" from="Microsoft" modified="false" />
  229. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified XHTML content.</para>
  230. </summary>
  231. <returns>
  232. <attribution license="cc4" from="Microsoft" modified="false" />
  233. <para>A new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</para>
  234. </returns>
  235. <param name="content">
  236. <attribution license="cc4" from="Microsoft" modified="false" />The XHTML content.</param>
  237. </Docs>
  238. </Member>
  239. <Member MemberName="CreateXmlContent">
  240. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent (object dataContractObject);" />
  241. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent(object dataContractObject) cil managed" />
  242. <MemberType>Method</MemberType>
  243. <AssemblyInfo>
  244. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  245. </AssemblyInfo>
  246. <ReturnValue>
  247. <ReturnType>System.ServiceModel.Syndication.XmlSyndicationContent</ReturnType>
  248. </ReturnValue>
  249. <Parameters>
  250. <Parameter Name="dataContractObject" Type="System.Object" />
  251. </Parameters>
  252. <Docs>
  253. <remarks>To be added.</remarks>
  254. <summary>
  255. <attribution license="cc4" from="Microsoft" modified="false" />
  256. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified data contract object.</para>
  257. </summary>
  258. <returns>
  259. <attribution license="cc4" from="Microsoft" modified="false" />
  260. <para>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</para>
  261. </returns>
  262. <param name="dataContractObject">
  263. <attribution license="cc4" from="Microsoft" modified="false" />The data contract object.</param>
  264. </Docs>
  265. </Member>
  266. <Member MemberName="CreateXmlContent">
  267. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent (System.Xml.XmlReader reader);" />
  268. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent(class System.Xml.XmlReader reader) cil managed" />
  269. <MemberType>Method</MemberType>
  270. <AssemblyInfo>
  271. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  272. </AssemblyInfo>
  273. <ReturnValue>
  274. <ReturnType>System.ServiceModel.Syndication.XmlSyndicationContent</ReturnType>
  275. </ReturnValue>
  276. <Parameters>
  277. <Parameter Name="reader" Type="System.Xml.XmlReader" />
  278. </Parameters>
  279. <Docs>
  280. <param name="reader">To be added.</param>
  281. <remarks>To be added.</remarks>
  282. <summary>
  283. <attribution license="cc4" from="Microsoft" modified="false" />
  284. <para>Creates XML syndication content.</para>
  285. </summary>
  286. <returns>
  287. <attribution license="cc4" from="Microsoft" modified="false" />
  288. <para>An instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> class that contains the new content.</para>
  289. </returns>
  290. </Docs>
  291. </Member>
  292. <Member MemberName="CreateXmlContent">
  293. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent (object dataContractObject, System.Runtime.Serialization.XmlObjectSerializer dataContractSerializer);" />
  294. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent(object dataContractObject, class System.Runtime.Serialization.XmlObjectSerializer dataContractSerializer) cil managed" />
  295. <MemberType>Method</MemberType>
  296. <AssemblyInfo>
  297. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  298. </AssemblyInfo>
  299. <ReturnValue>
  300. <ReturnType>System.ServiceModel.Syndication.XmlSyndicationContent</ReturnType>
  301. </ReturnValue>
  302. <Parameters>
  303. <Parameter Name="dataContractObject" Type="System.Object" />
  304. <Parameter Name="dataContractSerializer" Type="System.Runtime.Serialization.XmlObjectSerializer" />
  305. </Parameters>
  306. <Docs>
  307. <remarks>To be added.</remarks>
  308. <summary>
  309. <attribution license="cc4" from="Microsoft" modified="false" />
  310. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified data contract object and data contract serializer.</para>
  311. </summary>
  312. <returns>
  313. <attribution license="cc4" from="Microsoft" modified="false" />
  314. <para>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</para>
  315. </returns>
  316. <param name="dataContractObject">
  317. <attribution license="cc4" from="Microsoft" modified="false" />The data contract object.</param>
  318. <param name="dataContractSerializer">
  319. <attribution license="cc4" from="Microsoft" modified="false" />The data contract serializer.</param>
  320. </Docs>
  321. </Member>
  322. <Member MemberName="CreateXmlContent">
  323. <MemberSignature Language="C#" Value="public static System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent (object xmlSerializerObject, System.Xml.Serialization.XmlSerializer serializer);" />
  324. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.ServiceModel.Syndication.XmlSyndicationContent CreateXmlContent(object xmlSerializerObject, class System.Xml.Serialization.XmlSerializer serializer) cil managed" />
  325. <MemberType>Method</MemberType>
  326. <AssemblyInfo>
  327. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  328. </AssemblyInfo>
  329. <ReturnValue>
  330. <ReturnType>System.ServiceModel.Syndication.XmlSyndicationContent</ReturnType>
  331. </ReturnValue>
  332. <Parameters>
  333. <Parameter Name="xmlSerializerObject" Type="System.Object" />
  334. <Parameter Name="serializer" Type="System.Xml.Serialization.XmlSerializer" />
  335. </Parameters>
  336. <Docs>
  337. <remarks>To be added.</remarks>
  338. <summary>
  339. <attribution license="cc4" from="Microsoft" modified="false" />
  340. <para>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified object and XML serializer.</para>
  341. </summary>
  342. <returns>
  343. <attribution license="cc4" from="Microsoft" modified="false" />
  344. <para>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</para>
  345. </returns>
  346. <param name="xmlSerializerObject">
  347. <attribution license="cc4" from="Microsoft" modified="false" />The object.</param>
  348. <param name="serializer">
  349. <attribution license="cc4" from="Microsoft" modified="false" />The XML serializer.</param>
  350. </Docs>
  351. </Member>
  352. <Member MemberName="Type">
  353. <MemberSignature Language="C#" Value="public abstract string Type { get; }" />
  354. <MemberSignature Language="ILAsm" Value=".property instance string Type" />
  355. <MemberType>Property</MemberType>
  356. <AssemblyInfo>
  357. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  358. </AssemblyInfo>
  359. <ReturnValue>
  360. <ReturnType>System.String</ReturnType>
  361. </ReturnValue>
  362. <Docs>
  363. <value>To be added.</value>
  364. <remarks>
  365. <attribution license="cc4" from="Microsoft" modified="false" />
  366. <para>This property is abstract, so it must be accessed on an instance of a syndication content type (a class derived from <see cref="T:System.ServiceModel.Syndication.SyndicationContent" />). The dnprdnshort defines the following syndication content types: </para>
  367. <list type="bullet">
  368. <item>
  369. <para>
  370. <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />
  371. </para>
  372. </item>
  373. <item>
  374. <para>
  375. <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />
  376. </para>
  377. </item>
  378. <item>
  379. <para>
  380. <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />
  381. </para>
  382. </item>
  383. <item>
  384. <para>This class contains a number of static helper methods for creating the various types of syndication content:</para>
  385. </item>
  386. <item>
  387. <para>
  388. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)" />
  389. </para>
  390. </item>
  391. <item>
  392. <para>
  393. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)" />
  394. </para>
  395. </item>
  396. <item>
  397. <para>
  398. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)" />
  399. </para>
  400. </item>
  401. <item>
  402. <para>
  403. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)" />
  404. </para>
  405. </item>
  406. <item>
  407. <para>
  408. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)" />
  409. </para>
  410. </item>
  411. <item>
  412. <para>
  413. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)" />
  414. </para>
  415. </item>
  416. <item>
  417. <para>
  418. <see cref="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)" />
  419. </para>
  420. </item>
  421. </list>
  422. </remarks>
  423. <summary>
  424. <attribution license="cc4" from="Microsoft" modified="false" />
  425. <para>Gets the syndication content type.</para>
  426. </summary>
  427. </Docs>
  428. </Member>
  429. <Member MemberName="WriteContentsTo">
  430. <MemberSignature Language="C#" Value="protected abstract void WriteContentsTo (System.Xml.XmlWriter writer);" />
  431. <MemberSignature Language="ILAsm" Value=".method familyhidebysig newslot virtual instance void WriteContentsTo(class System.Xml.XmlWriter writer) cil managed" />
  432. <MemberType>Method</MemberType>
  433. <AssemblyInfo>
  434. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  435. </AssemblyInfo>
  436. <ReturnValue>
  437. <ReturnType>System.Void</ReturnType>
  438. </ReturnValue>
  439. <Parameters>
  440. <Parameter Name="writer" Type="System.Xml.XmlWriter" />
  441. </Parameters>
  442. <Docs>
  443. <remarks>
  444. <attribution license="cc4" from="Microsoft" modified="false" />
  445. <para>This method only writes the content contained in the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" />.</para>
  446. </remarks>
  447. <summary>
  448. <attribution license="cc4" from="Microsoft" modified="false" />
  449. <para>Writes the contents of this <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> object to the specified <see cref="T:System.Xml.XmlWriter" />.</para>
  450. </summary>
  451. <param name="writer">
  452. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
  453. </Docs>
  454. </Member>
  455. <Member MemberName="WriteTo">
  456. <MemberSignature Language="C#" Value="public void WriteTo (System.Xml.XmlWriter writer, string outerElementName, string outerElementNamespace);" />
  457. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void WriteTo(class System.Xml.XmlWriter writer, string outerElementName, string outerElementNamespace) cil managed" />
  458. <MemberType>Method</MemberType>
  459. <AssemblyInfo>
  460. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  461. </AssemblyInfo>
  462. <ReturnValue>
  463. <ReturnType>System.Void</ReturnType>
  464. </ReturnValue>
  465. <Parameters>
  466. <Parameter Name="writer" Type="System.Xml.XmlWriter" />
  467. <Parameter Name="outerElementName" Type="System.String" />
  468. <Parameter Name="outerElementNamespace" Type="System.String" />
  469. </Parameters>
  470. <Docs>
  471. <remarks>
  472. <attribution license="cc4" from="Microsoft" modified="false" />
  473. <para>The content contained in this object is written within the specified outer element.</para>
  474. </remarks>
  475. <summary>
  476. <attribution license="cc4" from="Microsoft" modified="false" />
  477. <para>Writes the contents of this object to the specified <see cref="T:System.Xml.XmlWriter" /> within the specified element and element namespace.</para>
  478. </summary>
  479. <param name="writer">
  480. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
  481. <param name="outerElementName">
  482. <attribution license="cc4" from="Microsoft" modified="false" />The name of the element.</param>
  483. <param name="outerElementNamespace">
  484. <attribution license="cc4" from="Microsoft" modified="false" />The namespace of the element.</param>
  485. </Docs>
  486. </Member>
  487. </Members>
  488. </Type>