Summary
Item interface
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds .Syndication - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IFeedMetadata"]
click Interface0 "/api/Wyam.Feeds.Syndication/IFeedMetadata"
Type["IFeedItem"]
class Type type-node
Implementing0["RssItem"]-.->Type
click Implementing0 "/api/Wyam.Feeds.Syndication.Rss/RssItem"
Implementing1["RdfChannel"]-.->Type
click Implementing1 "/api/Wyam.Feeds.Syndication.Rdf/RdfChannel"
Implementing2["FeedItem"]-.->Type
click Implementing2 "/api/Wyam.Feeds.Syndication/FeedItem"
Implementing3["AtomEntry"]-.->Type
click Implementing3 "/api/Wyam.Feeds.Syndication.Atom/AtomEntry"
Implementing4["RdfItem"]-.->Type
click Implementing4 "/api/Wyam.Feeds.Syndication.Rdf/RdfItem"
Implementing5["RdfTextInput"]-.->Type
click Implementing5 "/api/Wyam.Feeds.Syndication.Rdf/RdfTextInput"
Syntax
public interface IFeedItem : IFeedMetadata
Properties
Name | Value | Summary |
---|---|---|
Content | string |
Gets the content.
|
ThreadCount | Nullable |
Gets the number of comments on this item
|
ThreadLink | Uri |
Gets the link to comments on this item
|
ThreadUpdated | Nullable |
Gets the number of comments on this item
|