AtomPersonConstruct Class ReferenceThe class representing all person constructs.
More...
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
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 |
( |
|
) |
|
| 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
The url associated with the person.
The documentation for this class was generated from the following file:
|