The StructuredDocument type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StructuredDocument |
Creates an empty document.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAttachment |
Gets an attachment by name.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetStream |
Gets a stream by name.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Formats the document to a string by concatenating all formatted streams and
displaying a "*** Stream Name ***" header for each stream name.
(Overrides Object..::.ToString()()().) | |
| WriteTo |
Writes the contents of the document to a markup document writer.
|
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Attachments |
Gets the list of attachments, not null.
| |
| Streams |
Gets the list of streams, not null.
Used for Xml-serialization.
|
