protected function getExtProperties()
 {
     $aPropriedades = parent::getExtProperties();
     $aNovasProp = $this->TypeField->getCustomProperties();
     foreach ($aNovasProp as $sCustomKey => $xValue) {
         $aPropriedades[$sCustomKey] = $xValue;
     }
     return $aPropriedades;
 }