<?xml version="1.0" encoding="utf-8"?> <Type Name="AtomPub10ServiceDocumentFormatter" FullName="System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter"> <TypeSignature Language="C#" Value="public class AtomPub10ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocumentFormatter, System.Xml.Serialization.IXmlSerializable" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AtomPub10ServiceDocumentFormatter extends System.ServiceModel.Syndication.ServiceDocumentFormatter implements class System.Xml.Serialization.IXmlSerializable" /> <AssemblyInfo> <AssemblyName>System.ServiceModel</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.ServiceModel.Syndication.ServiceDocumentFormatter</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>System.Xml.Serialization.IXmlSerializable</InterfaceName> </Interface> </Interfaces> <Attributes> <Attribute> <AttributeName>System.Xml.Serialization.XmlRoot("service", Namespace="http://www.w3.org/2007/app")</AttributeName> </Attribute> </Attributes> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Use this class to serialize instances of <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to XML and to generate instances of <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> from an XML document. If you want to serialize or deserialized an object derived from <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />, use the <see cref="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1" /> formatter instead.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>A formatter that serializes a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance to and from XML using Atom 1.0 formats. </para> </summary> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public AtomPub10ServiceDocumentFormatter ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class. </para> </summary> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public AtomPub10ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.ServiceModel.Syndication.ServiceDocument documentToWrite) cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="documentToWrite" Type="System.ServiceModel.Syndication.ServiceDocument" /> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <paramref name="documentToWrite" /> can be serialized to an XML representation or deserialized from an XML representation by the formatter using Atom 1.0 formats.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class to serialize a specified service document.</para> </summary> <param name="documentToWrite"> <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the Atom 1.0 formatter.</param> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public AtomPub10ServiceDocumentFormatter (Type documentTypeToCreate);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type documentTypeToCreate) cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="documentTypeToCreate" Type="System.Type" /> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <paramref name="documentTypeToCreate" /> can be serialized to an XML representation or deserialized from an XML representation by the formatter using Atom 1.0 formats.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class. </para> </summary> <param name="documentTypeToCreate"> <attribution license="cc4" from="Microsoft" modified="false" />The instance of an object that is derived from a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> type that is associated with the Atom 1.0 formatter.</param> </Docs> </Member> <Member MemberName="CanRead"> <MemberSignature Language="C#" Value="public override bool CanRead (System.Xml.XmlReader reader);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool CanRead(class System.Xml.XmlReader reader) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="reader" Type="System.Xml.XmlReader" /> </Parameters> <Docs> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Tests whether the specified XML reader contains a valid service document.</para> </summary> <returns> <attribution license="cc4" from="Microsoft" modified="false" /> <para> true if the XML reader does contain a valid service document; otherwise false. </para> </returns> <param name="reader"> <attribution license="cc4" from="Microsoft" modified="false" />The XML reader.</param> </Docs> </Member> <Member MemberName="CreateDocumentInstance"> <MemberSignature Language="C#" Value="protected override System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance class System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance() cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.ServiceModel.Syndication.ServiceDocument</ReturnType> </ReturnValue> <Parameters /> <Docs> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Creates a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance associated with the Atom 1.0 formatter.</para> </summary> <returns> <attribution license="cc4" from="Microsoft" modified="false" /> <para> Returns an instance of a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />. </para> </returns> </Docs> </Member> <Member MemberName="ReadFrom"> <MemberSignature Language="C#" Value="public override void ReadFrom (System.Xml.XmlReader reader);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void ReadFrom(class System.Xml.XmlReader reader) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="reader" Type="System.Xml.XmlReader" /> </Parameters> <Docs> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Generates a <see cref="T:System.ServiceModelSyndication.ServiceDocument" /> object from a specified XML reader.</para> </summary> <param name="reader"> <attribution license="cc4" from="Microsoft" modified="false" />The XML reader from which to read the syndication feed.</param> </Docs> </Member> <Member MemberName="System.Xml.Serialization.IXmlSerializable.GetSchema"> <MemberSignature Language="C#" Value="System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema ();" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Xml.Schema.XmlSchema</ReturnType> </ReturnValue> <Parameters /> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Explicitly implements the <see cref="T:System.Xml.Serialization.ISerialization.GetSchema" /> method.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>This method is reserved and should not be used.</para> </summary> <returns> <attribution license="cc4" from="Microsoft" modified="false" /> <para> Returns null. </para> </returns> </Docs> </Member> <Member MemberName="System.Xml.Serialization.IXmlSerializable.ReadXml"> <MemberSignature Language="C#" Value="void IXmlSerializable.ReadXml (System.Xml.XmlReader reader);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.Xml.Serialization.IXmlSerializable.ReadXml(class System.Xml.XmlReader reader) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="reader" Type="System.Xml.XmlReader" /> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Explicitly implements the <see cref="T:System.Xml.Serialization.ISerialization.ReadXml" /> method.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Generates a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> from its XML representation.</para> </summary> <param name="reader"> <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlReader" /> stream from which the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> object is deserialized.</param> </Docs> </Member> <Member MemberName="System.Xml.Serialization.IXmlSerializable.WriteXml"> <MemberSignature Language="C#" Value="void IXmlSerializable.WriteXml (System.Xml.XmlWriter writer);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.Xml.Serialization.IXmlSerializable.WriteXml(class System.Xml.XmlWriter writer) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="writer" Type="System.Xml.XmlWriter" /> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Explicitly implements the <see cref="T:System.Xml.Serialization.ISerialization.WriteXml" /> method.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Converts the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> into its XML representation.</para> </summary> <param name="writer"> <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> stream to which the object is serialized.</param> </Docs> </Member> <Member MemberName="Version"> <MemberSignature Language="C#" Value="public override string Version { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Version" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <value>To be added.</value> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets the name of Atom Publishing Protocol namespace.</para> </summary> </Docs> </Member> <Member MemberName="WriteTo"> <MemberSignature Language="C#" Value="public override void WriteTo (System.Xml.XmlWriter writer);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void WriteTo(class System.Xml.XmlWriter writer) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="writer" Type="System.Xml.XmlWriter" /> </Parameters> <Docs> <remarks>To be added.</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Writes a <see cref="T:System.ServiceModelSyndication.ServiceDocument" /> object associated with the formatter to a specified XML writer.</para> </summary> <param name="writer"> <attribution license="cc4" from="Microsoft" modified="false" />The XML writer written to by the formatter.</param> </Docs> </Member> </Members> </Type>