Public Member Functions | Public Attributes | Properties

dotFeedLib.entry Class Reference

Description of entry. More...

List of all members.

Public Member Functions

 entry (XmlNode item, XmlDocument document, feedTypes inputType)
 Creates a new entry out of an XML-Document.
 entry ()
 Creates a new, empty entry.
void add_new_guid ()
 Creates a new GUID and sets it as the current GUiD.
string getXML (feedTypes type)
 Returns XML-Code for this feed.
object Clone ()
 Clones the object (Except pubDate and guid).

Public Attributes

string title
 Title of the entry.
string description
 Description of the entry.
string link
 Link to this entry on the website.
string author
 Author of this entry.
string guid
 GUID of th entry.
string enclosure_url
 URL of enclosure.
string enclosure_length
 Filesize (in bytes) of enclosure.
string enclosure_type
 MIME-Type of enclosure.
DateTime pubDate
 Publishment of this entry.
string comments
 Link to the comments for this entry.
categoryList category = new categoryList()
 categoryList that conatins all categories this entry belongs to
XmlDocument doc
 Be careful: not updated.
XmlNode node
 Be careful: not updated.

Properties

string additionalXml [set]
 Additional XML-Tags that should be added to the entries XML Note: write-only you have to handle this completly by yourself; dotFeedLib does only add this; apart from this,nothing happens with this information.

Detailed Description

Description of entry.


Constructor & Destructor Documentation

dotFeedLib.entry.entry ( XmlNode  item,
XmlDocument  document,
feedTypes  inputType 
)

Creates a new entry out of an XML-Document.

Parameters:
item Node that contains this entry
document Document this entry belongs to
inputType Indicates whether this is ATOM or RSS
dotFeedLib.entry.entry (  ) 

Creates a new, empty entry.


Member Function Documentation

void dotFeedLib.entry.add_new_guid (  ) 

Creates a new GUID and sets it as the current GUiD.

object dotFeedLib.entry.Clone (  ) 

Clones the object (Except pubDate and guid).

Returns:
Clone of the object
string dotFeedLib.entry.getXML ( feedTypes  type  ) 

Returns XML-Code for this feed.

Parameters:
type desired type
Returns:
XML-Code for this feed

Member Data Documentation

Author of this entry.

categoryList that conatins all categories this entry belongs to

Link to the comments for this entry.

Description of the entry.

XmlDocument dotFeedLib.entry.doc

Be careful: not updated.

Filesize (in bytes) of enclosure.

MIME-Type of enclosure.

URL of enclosure.

GUID of th entry.

Link to this entry on the website.

Be careful: not updated.

Publishment of this entry.

Title of the entry.


Property Documentation

string dotFeedLib.entry.additionalXml [set]

Additional XML-Tags that should be added to the entries XML Note: write-only you have to handle this completly by yourself; dotFeedLib does only add this; apart from this,nothing happens with this information.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties