Click or drag to resize
Sandcastle Help File BuilderComponentConfigurationDictionary Class
This dictionary class is used to hold the third party build component configuration properties for a project such as the Code Block Component.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, BuildComponentConfiguration
    SandcastleBuilder.Utils.BuildComponentComponentConfigurationDictionary

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

The ComponentConfigurationDictionary type exposes the following members.

Constructors
  NameDescription
Public methodComponentConfigurationDictionary
Default constructor
Top
Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, BuildComponentConfiguration.)
Public methodAdd(String, Boolean, String)
Add a new item to the dictionary
Public methodClear (Inherited from DictionaryString, BuildComponentConfiguration.)
Public methodContainsKey (Inherited from DictionaryString, BuildComponentConfiguration.)
Public methodContainsValue (Inherited from DictionaryString, BuildComponentConfiguration.)
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 component configuration items from the project file
Public methodGetEnumerator (Inherited from DictionaryString, BuildComponentConfiguration.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, BuildComponentConfiguration.)
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, BuildComponentConfiguration.)
Public methodRemove (Inherited from DictionaryString, BuildComponentConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
This is used to write the component 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, BuildComponentConfiguration.)
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, BuildComponentConfiguration.)
Public propertyCount (Inherited from DictionaryString, BuildComponentConfiguration.)
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, BuildComponentConfiguration.)
Public propertyKeys (Inherited from DictionaryString, BuildComponentConfiguration.)
Public propertyValues (Inherited from DictionaryString, BuildComponentConfiguration.)
Top
See Also