public function ApplyChanges()
 {
     //Never delete this line!
     parent::ApplyChanges();
     $this->RefreshLinks();
 }
 public function Create()
 {
     parent::Create();
     $this->RegisterPropertyInteger("Target", 0);
     $this->RegisterPropertyInteger("TargetType", 1);
 }