The DocumentBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentBase |
Initializes a new instance of the
DocumentBase
class.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.) | |
Equals | (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
Name | Description | |
---|---|---|
DocumentType |
Gets the CICA Document type of this document.
| |
Header |
Gets or sets the header of this document.
|