populateFromXML

Populate an entity with an XML packet. Make sure the names of the elements match the keys in the structure.

Returns

  • This function returns void

Arguments

Examples

var user = ormService.populateFromXML( ormService.new("User"), xml, "User");

Last updated