System.ServiceModel
4.0.0.0
System.ServiceModel.Syndication.SyndicationFeedFormatter
System.Xml.Serialization.IXmlSerializable
System.Xml.Serialization.XmlRoot("rss", Namespace="")
Use this class to serialize instances of and to create instances of from XML documents that represent RSS 2.0 feeds. If you have derived a class from and want to serialize it, use the formatter.
A class that serializes a instance to and from RSS 2.0 format.
Constructor
4.0.0.0
To be added.
Creates a new instance of the class.
Constructor
4.0.0.0
To be added.
Creates a new instance of the class with the specified instance.
The to serialize.
Constructor
4.0.0.0
Use this constructor to specify a class derived from to instantiate when a syndication feed is read in.
Creates a new instance of the class.
The instance derived from to be serialized.
Constructor
4.0.0.0
If the parameter is true, all elements defined in the Atom 1.0 specification that are not defined in the RSS 2.0 specification are serialized with in the Atom 1.0 namespace.
Creates a new instance of the class with the specified instance.
The to serialize.
A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification but not in the RSS 2.0 specification. The default value is true.
Method
4.0.0.0
System.Boolean
To be added.
Verifies whether the specified contains a valid RSS 2.0 syndication feed.
A value that specifies whether the contains a valid RSS 2.0 syndication feed.
The to read from.
Method
4.0.0.0
System.ServiceModel.Syndication.SyndicationFeed
To be added.
Creates a new .
A new instance.
Property
4.0.0.0
System.Type
To be added.
To be added.
The instance derived from that is associated with the instance.
Property
4.0.0.0
System.Boolean
To be added.
The default value of this property is true. Attribute extensions are XML attributes that are not defined in the RSS 2.0 specification. This property determines whether to write these attributes during serialization. Similarly, this property determines whether to preserve unknown attributes inside the AttributeExtensions properties in the instance when deserializing an RSS 2.0 feed.
Gets and sets a value that specifies whether to preserve attribute extensions during serialization.
Property
4.0.0.0
System.Boolean
To be added.
The default value of this property is true. Element extensions are XML elements that are not defined in the RSS 2.0 specification. This property determines whether to write these elements during serialization. Similarly, this property determines whether to preserve unknown elements inside the ElementExtensions properties in the instance when deserializing an RSS 2.0 feed.
Gets and sets a value that specifies whether to preserve element extensions during serialization.
Method
4.0.0.0
System.Void
To be added.
Reads an RSS 2.0 syndication feed from the specified instance.
The to read from.
Method
4.0.0.0
System.ServiceModel.Syndication.SyndicationItem
The newly created instance is not added to the associated with the instance.
Reads a syndication item from instance using the instance.
A new instance.
The to read from.
The used to create the new instance.
Method
4.0.0.0
System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationItem>
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Boolean
To be added.
The default value of this property is true. When this property is true, any properties in the class that cannot be represented in the RSS 2.0 format are serialized within the Atom 1.0 namespace otherwise these properties are not serialized.
Gets and sets a value that specifies whether to serialize extensions within the Atom 1.0 namespace.
Method
4.0.0.0
System.Void
To be added.
Sets the instance associated with the .
The to associate with the .
Method
4.0.0.0
System.Xml.Schema.XmlSchema
Override this method to return your own schema.
Implements the method.
Null.
Method
4.0.0.0
System.Void
To be added.
Implements the method.
The to read from.
Method
4.0.0.0
System.Void
To be added.
Implements the method.
The to write to.
Property
4.0.0.0
System.String
To be added.
indigo1 supports Atom 1.0 and RSS 2.0 syndication versions.
Gets the syndication version used by the formatter.
Method
4.0.0.0
System.Void
Override this method to change the way a is written.
Writes the specified instance to the specified .
The to write to.
The to write.
The base URI for the feed.
Method
4.0.0.0
System.Void
Override this method to change the way a collection of objects.
Writes a collection of instances to the specified .
The to write to.
A collection of instances to write.
The base URI for the feed.
Method
4.0.0.0
System.Void
To be added.
Writes the associated with the to the specified .
The to write to.