Ant Organisation Ltd documentation

XmlHelper.GetObjectFromInstance Method

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

Overload List

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);

See Also

XmlHelper Class | Ant.ContentEntry Namespace