Summary
Item interface
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds .Syndication - Interfaces
- Base Types
-
- Object
- FeedMetadata
graph BT
Type-->Base0["FeedMetadata"]
click Base0 "/api/Wyam.Feeds.Syndication/FeedMetadata"
Base0-->Base1["Object"]
Type-.->Interface0["IFeedItem"]
click Interface0 "/api/Wyam.Feeds.Syndication/IFeedItem"
Type-.->Interface1["IFeedMetadata"]
click Interface1 "/api/Wyam.Feeds.Syndication/IFeedMetadata"
Type["FeedItem"]
class Type type-node
Syntax
public class FeedItem : FeedMetadata, IFeedItem, IFeedMetadata
Properties
Name | Value | Summary |
---|---|---|
Author | string |
Gets the author
Inherited from FeedMetadata
|
Content | string |
Gets the content.
|
Description | string |
Gets the description
Inherited from FeedMetadata
|
ID | Uri |
Gets a unique identifier
Inherited from FeedMetadata
|
ImageLink | Uri |
Gets a link to a related image
Inherited from FeedMetadata
|
Link | Uri |
Gets the link to the full version
Inherited from FeedMetadata
|
Published | Nullable |
Gets the initial date published
Inherited from FeedMetadata
|
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
|
Title | string |
Gets the title
Inherited from FeedMetadata
|
Updated | Nullable |
Gets the date last updated
Inherited from FeedMetadata
|