net6.0 Ready to test
This commit is contained in:
@ -174,4 +174,4 @@ public class Description
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -47,4 +47,4 @@ public enum EquipmentType
|
||||
MET08XRDXPERTPROMRDXL_Monthly,
|
||||
MET08XRDXPERTPROMRDXL_Weekly,
|
||||
METBRXRAYJV7300L
|
||||
}
|
||||
}
|
@ -11,4 +11,4 @@ public interface IProcessData
|
||||
|
||||
Tuple<string, JsonElement?, List<FileInfo>> GetResults(ILogic logic, ConfigDataBase configData, List<FileInfo> fileInfoCollection);
|
||||
|
||||
}
|
||||
}
|
@ -20,4 +20,4 @@ public interface IProcessDataDescription
|
||||
List<string> GetParameterNames(ILogic logic, ConfigDataBase configDataBase);
|
||||
string GetEventDescription();
|
||||
|
||||
}
|
||||
}
|
@ -15,4 +15,4 @@ public interface IScopeInfo
|
||||
string FileNameWithoutExtension { get; }
|
||||
EquipmentType EquipmentType { get; }
|
||||
|
||||
}
|
||||
}
|
@ -165,4 +165,4 @@ public class IsEnvironment
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -227,4 +227,4 @@ public class Logistics
|
||||
Logistics1 = new string[] { string.Concat("LOGISTICS_1", '\t', "A_JOBID=", JobID, ";A_MES_ENTITY=", MesEntity, ";") }.ToList();
|
||||
Logistics2 = new List<Logistics2>();
|
||||
}
|
||||
}
|
||||
}
|
@ -75,4 +75,4 @@ public class Logistics2
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -272,7 +272,7 @@ public static class ColumnGet
|
||||
|
||||
public static Description.Param GetParam(this Column column)
|
||||
{
|
||||
var results = column switch
|
||||
Description.Param results = column switch
|
||||
{
|
||||
//case Column._8in_Total_Warp_Verification: results = Description.Param.String; break;
|
||||
//case Column.AFM_Monthly_Y: results = Description.Param.String; break;
|
||||
@ -795,4 +795,4 @@ public enum Column
|
||||
W,
|
||||
Y,
|
||||
Zn
|
||||
}
|
||||
}
|
@ -383,4 +383,4 @@ public class ConfigDataBase
|
||||
return results;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -7,4 +7,4 @@ public enum EventName
|
||||
FileReadMonthly,
|
||||
FileReadVerification,
|
||||
FileReadWeekly
|
||||
}
|
||||
}
|
@ -42,4 +42,4 @@ public interface ILogic
|
||||
void SetPlaceHolder(string reportFullPath, string key, string value);
|
||||
void SetTarget2FileLocation(string value);
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08AFMD3100
|
||||
AFMRoughness = Metrology.Test.AFMRoughness
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@ public class MET08BVHGPROBE
|
||||
BreakdownVoltageMiddle8in = Metrology.Test.BreakdownVoltageMiddle8in
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@ public class MET08CVHGPROBE802B150
|
||||
WeeklyCV = Metrology.Test.WeeklyCV
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -12,4 +12,4 @@ public class MET08DDINCAN8620
|
||||
CandelaProdU = Metrology.Test.CandelaProdU
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08DDUPSFS6420
|
||||
Tencor = Metrology.Test.Tencor
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08DDUPSP1TBI
|
||||
SP1 = Metrology.Test.SP1
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08EBEAMINTEGRITY26
|
||||
Denton = Metrology.Test.Denton
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@ public class MET08HALLHL5580
|
||||
WeeklyHall = Metrology.Test.WeeklyHall
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08MESMICROSCOPE
|
||||
Microscope = Metrology.Test.Microscope
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -9,4 +9,4 @@ public class MET08NDFRESIMAP151C
|
||||
VerificationLehighton = Metrology.Test.VerificationLehighton
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -14,4 +14,4 @@ public class MET08PLMAPRPM
|
||||
VerificationRPM = Metrology.Test.VerificationRPM
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08PRFUSB4000
|
||||
Photoreflectance = Metrology.Test.Photoreflectance
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08RESIHGCV
|
||||
HgCV = Metrology.Test.HgCV
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08RESIMAPCDE
|
||||
CDE = Metrology.Test.CDE
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08THFTIRQS408M
|
||||
BioRadQS408M = Metrology.Test.BioRadQS408M
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08THFTIRSTRATUS
|
||||
BioRadStratus = Metrology.Test.BioRadStratus
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08UVH44GS100M
|
||||
UV = Metrology.Test.UV
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class MET08VPDSUBCON
|
||||
VpdIcpmsAnalyte = Metrology.Test.VpdIcpmsAnalyte
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -9,4 +9,4 @@ public class MET08WGEOMX203641Q
|
||||
VerificationWarpAndBow = Metrology.Test.VerificationWarpAndBow
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -17,4 +17,4 @@ public class MET08XRDXPERTPROMRDXL
|
||||
JVXRD = Metrology.Test.JVXRD
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -14,15 +14,15 @@ public class Duplicator
|
||||
public int Count { get; set; }
|
||||
public int Index { get; set; }
|
||||
//
|
||||
public string EventName { get; set; }
|
||||
public string NullData { get; set; }
|
||||
public string JobID { get; set; }
|
||||
public string Sequence { get; set; }
|
||||
public string MesEntity { get; set; }
|
||||
public string ReportFullPath { get; set; }
|
||||
public string ProcessJobID { get; set; }
|
||||
public string MID { get; set; }
|
||||
public string Date { get; set; } //2021-02-22
|
||||
public string? EventName { get; set; }
|
||||
public string? NullData { get; set; }
|
||||
public string? JobID { get; set; }
|
||||
public string? Sequence { get; set; }
|
||||
public string? MesEntity { get; set; }
|
||||
public string? ReportFullPath { get; set; }
|
||||
public string? ProcessJobID { get; set; }
|
||||
public string? MID { get; set; }
|
||||
public string? Date { get; set; } //2021-02-22
|
||||
|
||||
public string GetEventDescription() => "File Has been read and parsed";
|
||||
|
||||
@ -104,4 +104,4 @@ public class Duplicator
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -509,4 +509,4 @@ public class ProcessDataStandardFormat
|
||||
return results;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -51,4 +51,4 @@ public enum Test
|
||||
XRDWeightedAverage = 31,
|
||||
JVXRD = 47,
|
||||
XRDXY = 30
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user