The methods of the BaseReflectionDocumenterConfig class are listed below. For a complete list of BaseReflectionDocumenterConfig class members, see the BaseReflectionDocumenterConfig Members topic.
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 (inherited from BaseDocumenterConfig) | 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 (inherited from BaseDocumenterConfig) | Loads config details from the specified XmlReader. |
SetProject (inherited from BaseDocumenterConfig) | Associates this config with a Project. |
SetValue (inherited from BaseDocumenterConfig) | Sets the value of a named config property. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write (inherited from BaseDocumenterConfig) | Writes the current state of the config to the specified XmlWriter. |
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 | |
HandleUnknownPropertyValue (inherited from BaseDocumenterConfig) | 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 (inherited from BaseDocumenterConfig) | Sets the value of a named property. |
SetDirty (inherited from BaseDocumenterConfig) | Sets the IsDirty property on the Project. |
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace