FoodCandy!

AtomPersonConstruct Class Reference

The class representing all person constructs. More...

Inheritance diagram for AtomPersonConstruct:

AtomElement List of all members.

Public Member Functions

 AtomPersonConstruct (Uri ns)
 Represents an AtomPersonConstruct instance. Initializes the AtomElement::LocalName to "author".
 AtomPersonConstruct (string localName, Uri ns)
 Represents an AtomPersonConstruct with the given local name.
 AtomPersonConstruct (string localName, string name, Uri ns)
 Represents an AtomPersonConstruct instance initialized with the given local name and the name of the person.
 AtomPersonConstruct (string localName, string name, Uri url, Uri ns)
 Represents an AtomPersonConstruct instance initialized with the given name and Uri.
 AtomPersonConstruct (string localName, string name, Uri url, string email, Uri ns)
 Represents an AtomPersonConstruct instance initialized with the given name, Uri and email.
override string ToString ()
 Converts the AtomPersonConstruct in a series of xml nodes.

Protected Member Functions

internal override void WriteStartElement ()
 Writes the start tag of the person construct element.
internal override void WriteEndElement ()
 Writes the end tag of the person construct element.

Properties

string Name
 The name of the person.
Uri Url
 The url associated with the person.
string Email
 The email of the person.

Detailed Description

The class representing all person constructs.


Constructor & Destructor Documentation

AtomPersonConstruct string  localName,
string  name,
Uri  ns
 

Represents an AtomPersonConstruct instance initialized with the given local name and the name of the person.

Parameters:
localName The not qualified name of the element.
name The Name of the AtomPersonConstruct.

AtomPersonConstruct string  localName,
string  name,
Uri  url,
Uri  ns
 

Represents an AtomPersonConstruct instance initialized with the given name and Uri.

Parameters:
localName The not qualified name of the element.
name The Name of the AtomPersonConstruct.
url The Url of the AtomPersonConstruct.

AtomPersonConstruct string  localName,
string  name,
Uri  url,
string  email,
Uri  ns
 

Represents an AtomPersonConstruct instance initialized with the given name, Uri and email.

Parameters:
localName The not qualified name of the element.
name The Name of the AtomPersonConstruct.
url The Url of the AtomPersonConstruct.
email The Email of the AtomPersonConstruct.

Member Function Documentation

override string ToString  ) 
 

Converts the AtomPersonConstruct in a series of xml nodes.

Returns:
The string representation of AtomPersonConstruct class.

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