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
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,XmlDocument);
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,XmlDocument,IDictionary);