/**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["concepts"] = "CExConcept ex_list_id";
     $backProps["list_items"] = "CExListItem list_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["class_fields"] = "CExClassField concept_id";
     $backProps["list_items"] = "CExListItem concept_id";
     $backProps["protocoles_to_concept"] = "CPrescriptionProtocoleToConcept concept_id";
     return $backProps;
 }
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["enum_translations"] = "CExClassFieldEnumTranslation ex_class_field_id";
     $backProps["field_translations"] = "CExClassFieldTranslation ex_class_field_id";
     $backProps["list_items"] = "CExListItem field_id";
     $backProps["ex_triggers"] = "CExClassFieldTrigger ex_class_field_id";
     $backProps["properties"] = "CExClassFieldProperty object_id";
     $backProps["predicates"] = "CExClassFieldPredicate ex_class_field_id";
     $backProps["identifiants"] = "CIdSante400 object_id cascade";
     return $backProps;
 }