Name
sn_anon_rc.ARCPDFGeneration
Description
No description available
Script
var ARCPDFGeneration = Class.create();
ARCPDFGeneration.prototype = Object.extendsObject(sn_anon_rc.ARCPDFGenerationBase, {
type: 'ARCPDFGeneration'
});
// Object.extendsObject only clones prototype from parent class
// Clone missing non-prototype properties from parent class
(function() {
for (var property in sn_anon_rc.ARCPDFGenerationBase)
if (!ARCPDFGeneration.hasOwnProperty(property))
ARCPDFGeneration[property] = sn_anon_rc.ARCPDFGenerationBase[property];
})();
Sys ID
fe410f89c3e230102920b8889d40dd8b