AtomContent Class ReferenceThe content of an Atom entry. - See also:
- AtomEntry
.
More...
Inheritance diagram for AtomContent:
List of all members.
|
Public Member Functions |
|
| AtomContent (Uri ns) |
| | Represents an AtomContent instance. Initialize the AtomContentConstruct::Content to String::Empty, AtomContentConstruct::Type to DefaultValues::MediaType and AtomContentConstruct::Mode to DefaultValues::Mode.
|
| | AtomContent (string content, Uri ns) |
| | Represents an AtomContent instance initialized with the given content.
|
| | AtomContent (string content, MediaType type, Uri ns) |
| | Represents an AtomContent instance initialized with the given content and MediaType.
|
| | AtomContent (string content, Mode mode, Uri ns) |
| | Represents an AtomContent instance initialized with the given content and Mode.
|
| | AtomContent (string content, MediaType type, Mode mode, Uri ns) |
| | Represents an AtomContent instance initialized with the given content, MediaType and Mode.
|
Protected Member Functions |
|
internal override void | WriteStartElement () |
| | Writes the start tag of the element.
|
Properties |
|
override string | LocalName |
| | Gets the local name of the content construct.
|
Detailed Description
The content of an Atom entry. - See also:
- AtomEntry
.
Constructor & Destructor Documentation
|
|
Represents an AtomContent instance initialized with the given content.
- Parameters:
-
|
|
|
Represents an AtomContent instance initialized with the given content and MediaType.
- Parameters:
-
|
|
|
Represents an AtomContent instance initialized with the given content and Mode.
- Parameters:
-
|
| AtomContent |
( |
string |
content, |
|
|
MediaType |
type, |
|
|
Mode |
mode, |
|
|
Uri |
ns |
|
) |
|
|
|
|
Represents an AtomContent instance initialized with the given content, MediaType and Mode.
- Parameters:
-
|
The documentation for this class was generated from the following file:
|