Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ScriptManager.NodeKeyDictionary

Dictionary with the base node object as key and a list of ObjectPair as value

Inheritance
System.Object
System.Collections.Generic.Dictionary<System.String, ScriptManager.ObjectSettingList>
ScriptManager.NodeKeyDictionary
Implements
System.Collections.Generic.IDictionary<System.String, ScriptManager.ObjectSettingList>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, ScriptManager.ObjectSettingList>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<System.String, ScriptManager.ObjectSettingList>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, ScriptManager.ObjectSettingList>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, ScriptManager.ObjectSettingList>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Add(System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.Add(System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.Contains(System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.Remove(System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Clear()
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.ContainsValue(EPiServer.ClientScript.ScriptManager.ObjectSettingList)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.TryGetValue(System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Comparer
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Count
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Keys
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.IDictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Keys
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.IReadOnlyDictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Keys
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Values
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.IDictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Values
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.IReadOnlyDictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Values
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, EPiServer.ClientScript.ScriptManager.ObjectSettingList>.System.Collections.IDictionary.Item[System.Object]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ClientScript
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
protected class NodeKeyDictionary : Dictionary<string, ScriptManager.ObjectSettingList>, IDictionary<string, ScriptManager.ObjectSettingList>, ICollection<KeyValuePair<string, ScriptManager.ObjectSettingList>>, IDictionary, ICollection, IReadOnlyDictionary<string, ScriptManager.ObjectSettingList>, IReadOnlyCollection<KeyValuePair<string, ScriptManager.ObjectSettingList>>, IEnumerable<KeyValuePair<string, ScriptManager.ObjectSettingList>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

NodeKeyDictionary()

Declaration
public NodeKeyDictionary()

Implements

System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback

Extension Methods