Exemplo n.º 1
0
 public static void Autoexec()
 {
     //       RegisterPropagation();
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CDonneesActeurClient), PropagerCDonneesActeurClient);
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CActeur), PropagerModifsActeur);
 }
Exemplo n.º 2
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CLienReseau), PropagerCLienReseau);
 }
Exemplo n.º 3
0
 //////////////////////////////////////////////////////////////////
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CElementDeSchemaReseau), PropagerDependanceLien);
 }
Exemplo n.º 4
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CEquipementLogique), PropagerCEquipement);
 }
Exemplo n.º 5
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CSchemaReseau), SynchroSchemaToSpv);
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CElementDeSchemaReseau), SynchroSchemaToSpv);
 }
Exemplo n.º 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);
 }
Exemplo n.º 7
0
 public static void Autoexec()
 {
     CGestionnaireHookTraitementAvantSauvegarde.RegisterHook(typeof(CRelationEquipementLogique_ChampCustom), new TraitementSauvegardeExterne(ModificationsSNMP));
 }