BaseFeed F, E, Q  Membersfrevvo Live Forms

The BaseFeed F, E, Q  type exposes the following members.
Constructors

  NameDescription
Public methodBaseFeed F, E, Q 
Constructs an instance having the specified attributes.
Back to Top
Methods

  NameDescription
Protected methodAddOtherNamespaces
Writes the frevvo namespace attribute to the specified xml writer.
(Overrides AbstractFeedAddOtherNamespaces(XmlWriter).)
Public methodCreateEntry 
Creates a new entry.
Public methodCreateEntry(E)
Creates a new entry, based on the specified entry.
Public methodCreateFeedEntry
Creates a new entry.
(Overrides AbstractFeedCreateFeedEntry .)
Public methodFindById
Finds the specified entry.
Public methodFindByTitle
Finds a feed entry by title.
Protected methodGetExtensionValue
Returns the value of the specified extension, or null if not found.
Public methodGetNext
Get the next entry in the feed.
Public methodGetPrev
Get the previous entry in the feed.
Protected methodSetExtensionValue
Sets the value of the specified extension.
Protected methodSkipNode
Checks if this is a namespace declaration that we already added.
(Overrides AbstractFeedSkipNode(XmlNode).)
Public methodToString
Returns a string representation of the current instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyEntryPostLink
{get;} the link that indicates where new entries can be posted to this feed (null indicates read-only feed).
Public propertyFormsService
{get;} the forms service associated with the current instance.
Public propertyItem
{get;} the item at the specified index.
Public propertyNextLink
{get;} the link that provides the URI of next page in a paged feed.
Public propertyPrevLink
{get;} the link that provides the URI of previous page in a paged feed.
Public propertySelf
{get;} the current representation of self by requesting it from the associated service (using the self link).
Public propertySelfLink
{get;} the self link for the current instance.
Back to Top
See Also