Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / PersistentDictionary<T> Class
The value of type IPersistable
Members
Version
PersistentDictionary<T> Class
A Dictionary object in which values are IPersistable objects
Syntax
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public class PersistentDictionary<T> : System.Collections.Generic.Dictionary<string,T> 
where T: Entity
Type Parameters
T
The value of type IPersistable
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      CommerceBuilder.Types.PersistentDictionary<T>

See Also