BaseDocumenterConfig Methods

NDoc Core

NDoc Documentation

BaseDocumenterConfig Methods

The methods of the BaseDocumenterConfig class are listed below. For a complete list of BaseDocumenterConfig class members, see the BaseDocumenterConfig Members topic.

Public Instance Methods

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.
GetPropertiesGets a list of property names.
GetType (inherited from Object)Gets the Type of the current instance.
ReadReads the previously serialized state of the documenter into memory.
SetProjectAssociates this documenter with a project;
SetValueSets the value of a property.
ToString (inherited from Object)Returns a String that represents the current Object.
WriteWrites the current state of the documenter to the specified XmlWrtier.

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.
SetDirtySets the IsDirty property on the project if any is set.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace