NDoc 1.3.1 SDK

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 an enumerable list of PropertyInfo objects representing the properties of this config.
GetType (inherited from Object) Gets the Type of the current instance.
ReadLoads config details from the specified XmlReader.
SetProjectAssociates 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.
WriteWrites the current state of the config to the specified XmlWriter.

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.
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.
SetDirtySets the IsDirty property on the Project.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace