Ant Organisation Ltd documentation

XmlHelper.GetObjectFromInstance Method (ContentDefinition, XmlDocument, IDictionary)

Takes a content definition and a Xml instance and converts in to an object. Only works for content definitions which represent a class, and with classes that have a default constructor

public static object GetObjectFromInstance(
   ContentDefinition def,
   XmlDocument instance,
   IDictionary context
);

Parameters

def
instance
context

Return Value

See Also

XmlHelper Class | Ant.ContentEntry Namespace | XmlHelper.GetObjectFromInstance Overload List