CleanIntermediates | Gets or sets a value indicating whether to delete intermediate files after a successful build. |
Name | Gets the display name of the documenter. |
UseNDocXmlFile | Gets or sets a value indicating whether to use the specified XML file as input instead of reflecting the list of assemblies specified on the project. |
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. |
GetProperties | Gets an enumerable list of PropertyInfo objects representing the properties of this config. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Read | Loads config details from the specified XmlReader. |
SetProject | Associates this config with a Project. |
SetValue | Sets the value of a named config property. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | Writes the current state of the config to the specified XmlWriter. |
BaseDocumenterConfig Constructor | Initializes a new instance of the BaseDocumenterConfig class. |
Project | Gets the Project that this config is associated with, if any |
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. |
HandleUnknownPropertyType | When overridden in a derived class, handles a property found by Read which does not correspond to any property in the config object. |
HandleUnknownPropertyValue | When overridden in a derived class, handles a unknown or invalid property value read by Read. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ReadProperty | Sets the value of a named property. |
SetDirty | Sets the IsDirty property on the Project. |
BaseDocumenterConfig Class | NDoc.Core Namespace