Example #1
0
 public static void Autoexec()
 {
     //       RegisterPropagation();
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CDonneesActeurClient), PropagerCDonneesActeurClient);
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CActeur), PropagerModifsActeur);
 }
Example #2
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CLienReseau), PropagerCLienReseau);
 }
Example #3
0
 //////////////////////////////////////////////////////////////////
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CElementDeSchemaReseau), PropagerDependanceLien);
 }
Example #4
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CEquipementLogique), PropagerCEquipement);
 }
Example #5
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CSchemaReseau), SynchroSchemaToSpv);
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CElementDeSchemaReseau), SynchroSchemaToSpv);
 }
Example #6
0
 /// <summary>
 /// Enregistre une fonction de propagation des éléments timos
 /// vers les éléments SPV. Si un élément Timos est modifié, ou créé,
 /// la propagation avec création créera automatiquement l'élément SPV
 /// s'il n'existe pas
 /// </summary>
 public static void RegisterPropagation()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(TypeTimos), PropageObjetTimos);
 }
Example #7
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CRelationEquipementLogique_ChampCustom), new TraitementSauvegardeExterne(ModificationsSNMP));
 }