Click or drag to resize
Sandcastle Help File BuilderPlugInConfigurationDictionary Class
This dictionary class is used to hold the configurations for third party build process plug-ins such as the Additional Content Only plug-in.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, PlugInConfiguration
    SandcastleBuilder.Utils.BuildComponentPlugInConfigurationDictionary

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class PlugInConfigurationDictionary : Dictionary<string, PlugInConfiguration>

The PlugInConfigurationDictionary type exposes the following members.

Constructors
  NameDescription
Public methodPlugInConfigurationDictionary
Default constructor
Top
Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, PlugInConfiguration.)
Public methodAdd(String, Boolean, String)
Add a new item to the dictionary
Public methodClear (Inherited from DictionaryString, PlugInConfiguration.)
Public methodContainsKey (Inherited from DictionaryString, PlugInConfiguration.)
Public methodContainsValue (Inherited from DictionaryString, PlugInConfiguration.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromXml
This is used to load existing plug-in configuration items from the project file
Public methodGetEnumerator (Inherited from DictionaryString, PlugInConfiguration.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, PlugInConfiguration.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, PlugInConfiguration.)
Public methodRemove (Inherited from DictionaryString, PlugInConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
This is used to write the plug-in configuration info to an XML fragment ready for storing in the project file.
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryString, PlugInConfiguration.)
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, PlugInConfiguration.)
Public propertyCount (Inherited from DictionaryString, PlugInConfiguration.)
Public propertyIsDirty
This is used to get or set the dirty state of the collection
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, PlugInConfiguration.)
Public propertyKeys (Inherited from DictionaryString, PlugInConfiguration.)
Public propertyProjectFile
This returns a reference to the owning project file
Public propertyValues (Inherited from DictionaryString, PlugInConfiguration.)
Top
See Also