System.ServiceModel.Syndication 命名空间
提供类,与服务模型联合相关。 Provides classes related to service model syndication.
类
| Atom10FeedFormatter |
一个用于在 SyndicationFeed 实例与 Atom 1.0 格式之间来回序列化的类。A class that serializes a SyndicationFeed instance to and from Atom 1.0 format. |
| Atom10FeedFormatter<TSyndicationFeed> |
一个用于在 SyndicationFeed 派生类与 Atom 1.0 格式之间来回序列化的类。A class that serializes SyndicationFeed-derived classes to and from Atom 1.0 format. |
| Atom10ItemFormatter |
一个用于在 SyndicationItem 实例与 Atom 1.0 格式之间来回序列化的类。A class that serializes a SyndicationItem instance to and from Atom 1.0 format. |
| Atom10ItemFormatter<TSyndicationItem> |
一个用于在 SyndicationItem 派生类与 Atom 1.0 格式之间来回序列化的类。A class that serializes SyndicationItem-derived classes to and from Atom 1.0 format. |
| AtomPub10CategoriesDocumentFormatter |
一个用于在 CategoriesDocument 实例与 Atom 1.0 格式之间来回序列化的类。A class that serializes a CategoriesDocument instance to and from Atom 1.0 format. |
| AtomPub10ServiceDocumentFormatter |
一个格式化程序,该程序使用 Atom 1.0 格式将 ServiceDocument 实例序列化为 XML 或从 XML 序列化此实例。A formatter that serializes a ServiceDocument instance to and from XML using Atom 1.0 formats. |
| AtomPub10ServiceDocumentFormatter<TServiceDocument> |
一个格式化程序,该程序使用 Atom 1.0 格式在派生自 ServiceDocument 实例的类与 XML 之间来回序列化。A formatter that serializes classes derived from a ServiceDocument instance to and from XML using Atom 1.0 formats. |
| CategoriesDocument |
表示类别文档。Represents a categories document. |
| CategoriesDocumentFormatter |
一个充当其他格式化程序(例如 AtomPub10CategoriesDocumentFormatter)的基类的抽象类。An abstract class used as a base class for other formatters, (for example, AtomPub10CategoriesDocumentFormatter). |
| InlineCategoriesDocument |
表示服务文档内的 < |
| ReferencedCategoriesDocument |
表示对类别文档的引用。Represents a reference to a categories document. |
| ResourceCollectionInfo |
表示由 |
| Rss20FeedFormatter |
一个用于在 SyndicationFeed 实例与 RSS 2.0 格式之间来回序列化的类。A class that serializes a SyndicationFeed instance to and from RSS 2.0 format. |
| Rss20FeedFormatter<TSyndicationFeed> |
一个用于将 SyndicationFeed 派生类序列化为 RSS 2.0 格式的类。A class that serializes SyndicationFeed-derived classes to RSS 2.0 format. |
| Rss20ItemFormatter |
一个用于在 SyndicationItem 实例与 RSS 2.0 格式之间来回序列化的类。A class that serializes a SyndicationItem instance to and from RSS 2.0 format. |
| Rss20ItemFormatter<TSyndicationItem> |
一个用于在 SyndicationItem 派生类与 RSS 2.0 格式之间来回序列化的类。A class that serializes SyndicationItem-derived classes to and from RSS 2.0 format. |
| ServiceDocument |
表示服务文档。Represents a service document. |
| ServiceDocumentFormatter |
一个充当其他格式化程序(例如 AtomPub10ServiceDocumentFormatter)的基类的抽象类。An abstract class used as a base class for other formatters, such as AtomPub10ServiceDocumentFormatter. |
| SyndicationCategory |
一个表示联合源类别的类。A class that represents the category of a syndication feed. |
| SyndicationContent |
一个表示联合内容的基类。A base class that represents syndication content. |
| SyndicationElementExtension |
一个表示联合元素扩展的类。A class that represents a syndication element extension. |
| SyndicationElementExtensionCollection |
SyndicationElementExtension 对象的集合。A collection of SyndicationElementExtension objects. |
| SyndicationFeed |
表示顶级源的对象中,在 Atom 1.0 为 < |
| SyndicationFeedFormatter |
一个充当其他格式化程序(例如 Atom10FeedFormatter)的基类的抽象类。An abstract class used as a base class for other formatters, (for example Atom10FeedFormatter). |
| SyndicationItem |
表示一个源项,例如 RSS |
| SyndicationItemFormatter |
一个充当其他格式化程序(例如 Atom10ItemFormatter)的基类的抽象类。An abstract class used as a base class for other formatters, (for example, Atom10ItemFormatter). |
| SyndicationLink |
表示联合源或联合项中的链接。Represents a link within a syndication feed or item. |
| SyndicationPerson |
表示联合内容的作者或参与者。Represents an author or contributor of syndication content. |
| SyndicationTextInput |
表示来自 RSS 联合源的“textInput”条目。Represents a "textInput" entry from an RSS syndication feed. |
| SyndicationVersions |
一个表示 Windows Communication Foundation (WCF) 所支持的联合版本的类。A class that represents the syndication versions supported by Windows Communication Foundation (WCF). |
| TextSyndicationContent |
表示预期要显示给最终用户的任何 SyndicationItem 内容。Represents any SyndicationItem content intended to be displayed to an end user. |
| UrlSyndicationContent |
表示由其他资源 URL 组成的联合内容。Represents syndication content that consists of a URL to another resource. |
| Workspace |
表示服务文档内的一个工作区。Represents a workspace within a service document. |
| XmlSyndicationContent |
表示预期不显示在浏览器中的 XML 联合内容。Represents XML syndication content that is not intended to be displayed in a browser. |
结构
| XmlDateTimeData |
一个结构,它包含来自联合源的时间戳的原始字符串表示形式。A struct that contains a raw string representation of a timestamp from a syndication feed. |
| XmlUriData |
一个结构,它包含来自联合源的 URI 的原始字符串表示形式。A struct that contains a raw string representation of a Uri from a syndication feed. |
枚举
| TextSyndicationContentKind |
一个表示受支持文本联合内容类型的枚举。An enumeration that represents the supported types of text syndication content. |
委托
| TryParseDateTimeCallback |
SyndicationFeedFormatter 类用来将 XmlDateTimeData 字符串数据转换为 DateTimeOffset 的委托类型。A delegate type that is used by the SyndicationFeedFormatter class for converting XmlDateTimeData string data to DateTimeOffset. |
| TryParseUriCallback |
SyndicationFeedFormatter 类用来基于字符串输入创建 Uri 实例的委托类型。A delegate type that is used by the SyndicationFeedFormatter class for creating Uri instances from string input. |