Example #1
0
 public static void PopulateConductingEquipmentProperties(FTN.ConductingEquipment cimConductingEquipment, ResourceDescription rd, ImportHelper importHelper, TransformAndLoadReport report)
 {
     if ((cimConductingEquipment != null) && (rd != null))
     {
         SCADAConverter.PopulateEquipmentProperties(cimConductingEquipment, rd, importHelper, report);
     }
 }
Example #2
0
 public static void PopulatePowerTransformerProperties(FTN.PowerTransformer cimPowerTransformer, ResourceDescription rd, ImportHelper importHelper, TransformAndLoadReport report)
 {
     if ((cimPowerTransformer != null) && (rd != null))
     {
         SCADAConverter.PopulateEquipmentProperties(cimPowerTransformer, rd, importHelper, report);
     }
 }