Click or drag to resize

Document Class

A document
Inheritance Hierarchy
SystemObject
  SandcastleTest.BaseDocument

Namespace:  SandcastleTest.Base
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Document : IPrintable

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument
Initializes a new instance of the Document class
Top
Properties
  NameDescription
Public propertyContent
Content of a document
Public propertyTitle
Documents title.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPrint
Prints a IPrintable
Public methodToString
Get a string representation of a Document
(Overrides ObjectToString.)
Top
See Also