Click or drag to resize

TwoDimensionalDictionary Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreTwoDimensionalDictionaryDictionaryString, DictionaryString, String, DictionaryString, String, String, String
    Dynamicweb.CoreTwoDimensionalDictionary

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
[SerializableAttribute]
[DataContractAttribute]
public class TwoDimensionalDictionary : TwoDimensionalDictionary<Dictionary<string, Dictionary<string, string>>, Dictionary<string, string>, string, string>

The TwoDimensionalDictionary type exposes the following members.

Constructors
  NameDescription
Public methodTwoDimensionalDictionary
Initializes a new instance of the TwoDimensionalDictionary class
Top
Properties
Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodAdd(TKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodClear (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodContains (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodContainsKey (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodCopyTo (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetEnumerator (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetKeys (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetValue (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetValues (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(KeyValuePairTKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(TKey) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(TKey, TKey) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodSetValue (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodSetValues (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodTryGetValue(TKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodTryGetValue(TKey, TKey, TValue) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Top
Explicit Interface Implementations
See Also