FoodCandy!

AtomContent Class Reference

The content of an Atom entry.
See also:
AtomEntry

. More...

Inheritance diagram for AtomContent:

AtomContentConstruct AtomElement List of all members.

Public Member Functions

 AtomContent (Uri ns)
 Represents an AtomContent instance. Initialize the AtomContentConstruct::Content to String::Empty, AtomContentConstruct::Type to DefaultValues::MediaType and AtomContentConstruct::Mode to DefaultValues::Mode.
 AtomContent (string content, Uri ns)
 Represents an AtomContent instance initialized with the given content.
 AtomContent (string content, MediaType type, Uri ns)
 Represents an AtomContent instance initialized with the given content and MediaType.
 AtomContent (string content, Mode mode, Uri ns)
 Represents an AtomContent instance initialized with the given content and Mode.
 AtomContent (string content, MediaType type, Mode mode, Uri ns)
 Represents an AtomContent instance initialized with the given content, MediaType and Mode.

Protected Member Functions

internal override void WriteStartElement ()
 Writes the start tag of the element.

Properties

override string LocalName
 Gets the local name of the content construct.

Detailed Description

The content of an Atom entry.
See also:
AtomEntry

.


Constructor & Destructor Documentation

AtomContent string  content,
Uri  ns
 

Represents an AtomContent instance initialized with the given content.

Parameters:
content The AtomContentConstruct::Content of the AtomContent.

AtomContent string  content,
MediaType  type,
Uri  ns
 

Represents an AtomContent instance initialized with the given content and MediaType.

Parameters:
content The AtomContentConstruct::Content of the AtomContent.
type The MediaType of the AtomContent.

AtomContent string  content,
Mode  mode,
Uri  ns
 

Represents an AtomContent instance initialized with the given content and Mode.

Parameters:
content The AtomContentConstruct::Content of the AtomContent.
mode The Mode of the AtomContent.

AtomContent string  content,
MediaType  type,
Mode  mode,
Uri  ns
 

Represents an AtomContent instance initialized with the given content, MediaType and Mode.

Parameters:
content The AtomContentConstruct::Content of the AtomContent.
type The MediaType of the AtomContent.
mode The Mode of the AtomContent.

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