Package DE_EPAGES::Object::API::Object::CountrySubdivision
object interface for CountrySubdivision.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $CountrySubdivision->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $CountrySubdivision->dbPackage; |
Return |
|
importXML
fills the CountryID attibute from the import handler stack
Syntax |
$Object = DE_EPAGES::Object::API::Object::Object->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|