Class PropertyBag

Creates a serializable string/object dictionary that is XML serializable Encodes keys as element names and values as simple values with a type attribute that contains an XML type name. Complex names encode the type name with type='___namespace.classname' format followed by a standard xml serialized format. The latter serialization can be slow so it's not recommended to pass complex types if performance is critical.

System.Object
  System.Collections.Generic.Dictionary<String,Object>
    Westwind.Utilities.PropertyBag<Object>
      Westwind.Utilities.PropertyBag
public class PropertyBag : PropertyBag<Object>

Class Members

MemberDescription

Constructor

CreateFromXml

Creates an instance of a propertybag from an Xml string

public static PropertyBag CreateFromXml(string xml)

Requirements

Namespace: Westwind.Utilities
Assembly: westwind.utilities.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic