The BaseFeed F, E, Q type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BaseFeed F, E, Q |
Constructs an instance having the specified attributes.
|
Methods
Name | Description | |
---|---|---|
![]() | AddOtherNamespaces |
Writes the frevvo namespace attribute to the specified xml writer.
(Overrides AbstractFeedAddOtherNamespaces(XmlWriter).) |
![]() | CreateEntry |
Creates a new entry.
|
![]() | CreateEntry(E) |
Creates a new entry, based on the specified entry.
|
![]() | CreateFeedEntry |
Creates a new entry.
(Overrides AbstractFeedCreateFeedEntry .) |
![]() | FindById |
Finds the specified entry.
|
![]() | FindByTitle |
Finds a feed entry by title.
|
![]() | GetExtensionValue |
Returns the value of the specified extension, or null if not found.
|
![]() | GetNext |
Get the next entry in the feed.
|
![]() | GetPrev |
Get the previous entry in the feed.
|
![]() | SetExtensionValue |
Sets the value of the specified extension.
|
![]() | SkipNode |
Checks if this is a namespace declaration that we already added. (Overrides AbstractFeedSkipNode(XmlNode).) |
![]() | ToString |
Returns a string representation of the current instance.
(Overrides ![]() |
Properties
Name | Description | |
---|---|---|
![]() | EntryPostLink |
{get;} the link that indicates where new entries can be posted to this feed (null indicates read-only feed).
|
![]() | FormsService |
{get;} the forms service associated with the current instance.
|
![]() | Item |
{get;} the item at the specified index.
|
![]() | NextLink |
{get;} the link that provides the URI of next page in a paged feed.
|
![]() | PrevLink |
{get;} the link that provides the URI of previous page in a paged feed.
|
![]() | Self |
{get;} the current representation of self by requesting it from the associated service (using the self link).
|
![]() | SelfLink |
{get;} the self link for the current instance.
|
See Also