System.ServiceModel.Syndication 命名空间

提供类,与服务模型联合相关。

Atom10FeedFormatter

一个用于在 SyndicationFeed 实例与 Atom 1.0 格式之间来回序列化的类。

Atom10FeedFormatter<TSyndicationFeed>

一个用于在 SyndicationFeed 派生类与 Atom 1.0 格式之间来回序列化的类。

Atom10ItemFormatter

一个用于在 SyndicationItem 实例与 Atom 1.0 格式之间来回序列化的类。

Atom10ItemFormatter<TSyndicationItem>

一个用于在 SyndicationItem 派生类与 Atom 1.0 格式之间来回序列化的类。

AtomPub10CategoriesDocumentFormatter

一个用于在 CategoriesDocument 实例与 Atom 1.0 格式之间来回序列化的类。

AtomPub10ServiceDocumentFormatter

一个格式化程序,该程序使用 Atom 1.0 格式将 ServiceDocument 实例序列化为 XML 或从 XML 序列化此实例。

AtomPub10ServiceDocumentFormatter<TServiceDocument>

一个格式化程序,该程序使用 Atom 1.0 格式在派生自 ServiceDocument 实例的类与 XML 之间来回序列化。

CategoriesDocument

表示类别文档。

CategoriesDocumentFormatter

一个充当其他格式化程序(例如 AtomPub10CategoriesDocumentFormatter)的基类的抽象类。

InlineCategoriesDocument

表示服务文档内的 <atom:categories> 元素。

ReferencedCategoriesDocument

表示对类别文档的引用。

ResourceCollectionInfo

表示由 <atom:collection> 元素表示的资源集合。

Rss20FeedFormatter

一个用于在 SyndicationFeed 实例与 RSS 2.0 格式之间来回序列化的类。

Rss20FeedFormatter<TSyndicationFeed>

一个用于将 SyndicationFeed 派生类序列化为 RSS 2.0 格式的类。

Rss20ItemFormatter

一个用于在 SyndicationItem 实例与 RSS 2.0 格式之间来回序列化的类。

Rss20ItemFormatter<TSyndicationItem>

一个用于在 SyndicationItem 派生类与 RSS 2.0 格式之间来回序列化的类。

ServiceDocument

表示服务文档。

ServiceDocumentFormatter

一个充当其他格式化程序(例如 AtomPub10ServiceDocumentFormatter)的基类的抽象类。

SyndicationCategory

一个表示联合源类别的类。

SyndicationContent

一个表示联合内容的基类。

SyndicationElementExtension

一个表示联合元素扩展的类。

SyndicationElementExtensionCollection

SyndicationElementExtension 对象的集合。

SyndicationFeed

表示顶级源的对象中,在 Atom 1.0 为 <feed>,在 RSS 2.0 中为 <rss>。

SyndicationFeedFormatter

一个充当其他格式化程序(例如 Atom10FeedFormatter)的基类的抽象类。

SyndicationItem

表示一个源项,例如 RSS <item> 或 Atom <entry>

SyndicationItemFormatter

一个充当其他格式化程序(例如 Atom10ItemFormatter)的基类的抽象类。

SyndicationLink

表示联合源或联合项中的链接。

SyndicationPerson

表示联合内容的作者或参与者。

SyndicationTextInput

表示来自 RSS 联合源的“textInput”条目。

SyndicationVersions

一个表示 Windows Communication Foundation (WCF) 所支持的联合版本的类。

TextSyndicationContent

表示预期要显示给最终用户的任何 SyndicationItem 内容。

UrlSyndicationContent

表示由其他资源 URL 组成的联合内容。

Workspace

表示服务文档内的一个工作区。

XmlSyndicationContent

表示预期不显示在浏览器中的 XML 联合内容。

结构

XmlDateTimeData

一个结构,它包含来自联合源的时间戳的原始字符串表示形式。

XmlUriData

一个结构,它包含来自联合源的 URI 的原始字符串表示形式。

枚举

TextSyndicationContentKind

一个表示受支持文本联合内容类型的枚举。

委托

TryParseDateTimeCallback

SyndicationFeedFormatter 类用来将 XmlDateTimeData 字符串数据转换为 DateTimeOffset 的委托类型。

TryParseUriCallback

SyndicationFeedFormatter 类用来基于字符串输入创建 Uri 实例的委托类型。