AtomPersonConstruct Class ReferenceThe class representing all person constructs.
More...
Inheritance diagram for AtomPersonConstruct:
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
|
|
Represents an AtomPersonConstruct instance initialized with the given local name and the name of the person.
- Parameters:
-
|
|
|
Represents an AtomPersonConstruct instance initialized with the given name and Uri.
- Parameters:
-
|
|
|
Represents an AtomPersonConstruct instance initialized with the given name, Uri and email.
- Parameters:
-
|
Member Function Documentation
| override string ToString |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|