FoodCandy!

RssModuleItem Class Reference

A module may contain any number of items (either channel-based or item-based). More...

Inheritance diagram for RssModuleItem:

RssElement List of all members.

Public Member Functions

 RssModuleItem ()
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name)
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name, bool required)
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name, string text)
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name, bool required, string text)
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name, string text, RssModuleItemCollection subElements)
 Initialize a new instance of the RssModuleItem class.
 RssModuleItem (string name, bool required, string text, RssModuleItemCollection subElements)
 Initialize a new instance of the RssModuleItem class.
override string ToString ()
 Returns a string representation of the current Object.

Properties

string Name
 The name of this RssModuleItem.
string Text
 The text contained within this RssModuleItem.
RssModuleItemCollection SubElements
 The sub-elements of this RssModuleItem (if any exist).
bool IsRequired
 Is text for this element required?

Detailed Description

A module may contain any number of items (either channel-based or item-based).


Constructor & Destructor Documentation

RssModuleItem string  name  ) 
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.

RssModuleItem string  name,
bool  required
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.
required Is text required for this RssModuleItem?

RssModuleItem string  name,
string  text
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.
text The text contained within this RssModuleItem.

RssModuleItem string  name,
bool  required,
string  text
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.
required Is text required for this RssModuleItem?
text The text contained within this RssModuleItem.

RssModuleItem string  name,
string  text,
RssModuleItemCollection  subElements
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.
text The text contained within this RssModuleItem.
subElements The sub-elements of this RssModuleItem (if any exist).

RssModuleItem string  name,
bool  required,
string  text,
RssModuleItemCollection  subElements
 

Initialize a new instance of the RssModuleItem class.

Parameters:
name The name of this RssModuleItem.
required Is text required for this RssModuleItem?
text The text contained within this RssModuleItem.
subElements The sub-elements of this RssModuleItem (if any exist).

Member Function Documentation

override string ToString  ) 
 

Returns a string representation of the current Object.

Returns:
The item's title, description, or "RssModuleItem" if the title and description are blank.

The documentation for this class was generated from the following file:
  • RssModuleItem.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:52 2007 | Doxygen 1.4.6-NO