PlugInConfigurationDictionary 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.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class PlugInConfigurationDictionary : Dictionary<string, PlugInConfiguration>
Inheritance
Object    DictionaryString, PlugInConfiguration    PlugInConfigurationDictionary

Constructors

PlugInConfigurationDictionaryInitializes a new instance of the PlugInConfigurationDictionary class

Properties

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, PlugInConfiguration)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, PlugInConfiguration)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)

Methods

Add(TKey, TValue)Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, PlugInConfiguration)
Add(String, Boolean, String) Add a new item to the dictionary
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, PlugInConfiguration)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, PlugInConfiguration)
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 plug-in configuration items from the project file
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, PlugInConfiguration)
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 DictionaryString, PlugInConfiguration)
RemoveRemoves the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, PlugInConfiguration)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml This is used to write the plug-in configuration info to an XML fragment ready for storing in the project file.
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryString, PlugInConfiguration)

See Also