Table of Contents

Class DocumentHeader

Namespace
Lime
Assembly
Lime.dll

When any given citrus document is serialized DocumentHeader is serialized into the output stream before the document itself.

Lime.* contains several serializable classes. Some of them (or their derived classes) are serialized directly while others are used as elements of those serialized. Directly serialized ones determine document root type. So Node is root type of a *.tan document.

Examples of citrus documents are:

public sealed class DocumentHeader
Inheritance
DocumentHeader
Inherited Members

Fields

Metadata

List of document's Metadata.

[YuzuMember]
public List<Metadata> Metadata

Field Value

List<Metadata>