ComponentConfigurationDictionary Class

This dictionary class is used to hold the third party build component configuration properties for a project such as the Code Block Component.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public class ComponentConfigurationDictionary : Dictionary<string, BuildComponentConfiguration>
Inheritance
Object    Dictionary<String, BuildComponentConfiguration>    ComponentConfigurationDictionary

Constructors

ComponentConfigurationDictionaryInitializes a new instance of the ComponentConfigurationDictionary class

Properties

ComparerGets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
CountGets the number of key/value pairs contained in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
ItemGets or sets the value associated with the specified key.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
KeysGets a collection containing the keys in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
ValuesGets a collection containing the values in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)

Methods

Add(TKey, TValue)Adds the specified key and value to the dictionary.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
Add(String, Boolean, String) Add a new item to the dictionary
ClearRemoves all keys and values from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
ContainsKeyDetermines whether the Dictionary<TKey, TValue> contains the specified key.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
ContainsValueDetermines whether the Dictionary<TKey, TValue> contains a specific value.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml This is used to load existing component configuration items from the project file
GetEnumeratorReturns an enumerator that iterates through the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the Dictionary<TKey, TValue> instance.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
RemoveRemoves the value with the specified key from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, BuildComponentConfiguration>)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml This is used to write the component configuration info to an XML fragment ready for storing in the project file.
TryGetValueGets the value associated with the specified key.
(Inherited from Dictionary<String, BuildComponentConfiguration>)

See Also