The DocumentBase type exposes the following members.

Constructors

  NameDescription
DocumentBase
Initializes a new instance of the DocumentBase class.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.)
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save
Saves an XML CICA Document representation for the specified instance into a provided stream.
ToString
Returns an XML CICA Document representation for the specified instance as a string.
(Overrides Object..::.ToString()()().)
ToXmlDocument
Returns an XML CICA Document representation for the specified instance as an IXPathNavigable interface to an XmlDocument.

Properties

  NameDescription
DocumentType
Gets the CICA Document type of this document.
Header
Gets or sets the header of this document.

See Also