Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / UrlEncodedDictionary Class
Members
In This Topic
    UrlEncodedDictionary Class
    In This Topic
    A Dictionary class with string keys and values. The values are kept in Url encoded format
    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class UrlEncodedDictionary : System.Collections.Generic.Dictionary<string,string>, NHibernate.UserTypes.IUserType  
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          CommerceBuilder.Common.UrlEncodedDictionary

    See Also