NDoc 1.3.1 SDK

BaseDocumenter Members

BaseDocumenter overview

Public Instance Properties

ConfigSee IDocumenter.Config.
DevelopmentStatus Specifies the development status (alpha, beta, stable) of a documenter.
MainOutputFileSee IDocumenter.MainOutputFile.
NameGets the display name of this documenter.

Public Instance Methods

BuildSee IDocumenter.Build.
CanBuildOverloaded. See IDocumenter.CanBuild.
ClearSee IDocumenter.Clear.
CompareToCompares the currrent document to another documenter.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
ViewSee IDocumenter.View.

Public Instance Events

DocBuildingProgressSee IDocumenter.DocBuildingProgress.
DocBuildingStepSee IDocumenter.DocBuildingStep.

Protected Instance Constructors

BaseDocumenter ConstructorInitializes a new instance of the BaseDocumenter class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnDocBuildingProgressRaises the DocBuildingProgress event.
OnDocBuildingStepRaises the DocBuildingStep event.

See Also

BaseDocumenter Class | NDoc.Core Namespace