SnCore!

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 [get, set]
 The name of the person.
Uri Url [get, set]
 The url associated with the person.
string Email [get, set]
 The email of the person.

Detailed Description

The class representing all person constructs.


Constructor & Destructor Documentation

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.

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.

internal override void WriteStartElement (  )  [protected, virtual]

Writes the start tag of the person construct element.

Reimplemented from AtomElement.

internal override void WriteEndElement (  )  [protected, virtual]

Writes the end tag of the person construct element.

Reimplemented from AtomElement.


Property Documentation

string Name [get, set]

The name of the person.

Uri Url [get, set]

The url associated with the person.

string Email [get, set]

The email of the person.


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