AtomContentConstruct Class ReferenceThe class representing all content constructs.
More...
Inheritance diagram for AtomContentConstruct:
List of all members.
|
Public Member Functions |
|
| AtomContentConstruct (Uri ns) |
| | Represents an AtomContentConstruct instance. Initialize the AtomElement::LocalName to "title" the Content to String::Empty, Type to DefaultValues::MediaType and Mode to DefaultValues::Mode.
|
| | AtomContentConstruct (string localName, Uri ns) |
| | Represents an AtomContentConstruct instance initialized with the given content.
|
| | AtomContentConstruct (string localName, string content, Uri ns) |
| | Represents an AtomContentConstruct instance initialized with the given content.
|
| | AtomContentConstruct (string localName, string content, MediaType type, Uri ns) |
| | Represents an AtomContentConstruct instance initialized with the given content and MediaType.
|
| | AtomContentConstruct (string localName, string content, Mode mode, Uri ns) |
| | Represents an AtomContentConstruct instance initialized with the given content and Mode.
|
| | AtomContentConstruct (string localName, string content, MediaType type, Mode mode, Uri ns) |
| | Represents an AtomContentConstruct instance initialized with the given content, MediaType and Mode.
|
| override string | ToString () |
| | Converts the AtomContentConstruct in a series of xml nodes.
|
Protected Member Functions |
|
internal override void | WriteStartElement () |
| | Writes the start tag of the element.
|
|
internal override void | WriteEndElement () |
| | Writes the end tag of the element.
|
Properties |
|
MediaType | Type |
| | The media type of the content.
|
|
Mode | Mode |
| | The encoding mode of the content.
|
|
string | Content |
| | The content itself.
|
Detailed Description
The class representing all content constructs.
Constructor & Destructor Documentation
|
|
Represents an AtomContentConstruct instance initialized with the given content.
- Parameters:
-
| localName | The not qualified name of the element. |
|
|
|
Represents an AtomContentConstruct instance initialized with the given content and MediaType.
- Parameters:
-
|
Member Function Documentation
| override string ToString |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|