Ejemplo n.º 1
0
 public static void PopulateProtectedSwitchProperties(FTN.ProtectedSwitch cimProtectedSwitch, ResourceDescription rd, ImportHelper importHelper, TransformAndLoadReport report)
 {
     if ((cimProtectedSwitch != null) && (rd != null))
     {
         SCADAConverter.PopulateSwitchProperties(cimProtectedSwitch, rd, importHelper, report);
     }
 }
Ejemplo n.º 2
0
 public static void PopulateDisconnectorProperties(FTN.Disconnector cimDisconnector, ResourceDescription rd, ImportHelper importHelper, TransformAndLoadReport report)
 {
     if ((cimDisconnector != null) && (rd != null))
     {
         SCADAConverter.PopulateSwitchProperties(cimDisconnector, rd, importHelper, report);
     }
 }