Example #1
0
 public static void PopulateBreakerProperties(FTN.Breaker cimBreaker, ResourceDescription rd, ImportHelper importHelper, TransformAndLoadReport report)
 {
     if ((cimBreaker != null) && (rd != null))
     {
         SCADAConverter.PopulateProtectedSwitchProperties(cimBreaker, rd, importHelper, report);
     }
 }