SnCore!

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 [get]
 Gets the local name of the content construct.

Detailed Description

The content of an Atom entry.
See also:
AtomEntry

.


Constructor & Destructor Documentation

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.

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.


Member Function Documentation

internal override void WriteStartElement (  )  [protected, virtual]

Writes the start tag of the element.

Reimplemented from AtomContentConstruct.


Property Documentation

override string LocalName [get]

Gets the local name of the content construct.

Reimplemented from AtomElement.


The documentation for this class was generated from the following file:
  • AtomContent.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:24 2008 | Doxygen 1.5.4