using System; using System.Collections.Generic; namespace MET08DDUPSFS6420.Helpers { public partial class ConfigData { public enum Level { IsXToOpenInsightMetrologyViewer, //MetrologyWS.SendData(logic, string.Concat("http://", serverName, "/api/inbound/Tencor"), headerAttachments, detailAttachments); IsXToIQSSi, //bool WriteFileSPC(Dictionary IsXToIQSGaN, //GAN_PPTST IsXToOpenInsight, //bool WriteFileOpenInsight(Dictionary IsXToOpenInsightMetrologyViewerAttachments, //Site-Two IsXToAPC, IsXToSPaCe, IsXToArchive, IsArchive, IsDummy, IsNaEDA } public static List> LevelTuples { get { return new List> { new Tuple(0, Level.IsNaEDA, @"\EC_EDA\Staging\Traces\~\Source"), new Tuple(15, Level.IsXToOpenInsightMetrologyViewer, @"\EC_EAFLog\TracesMES\~\Source"), new Tuple(36, Level.IsXToIQSSi, @"\EC_SPC_Si\Traces\~\PollPath"), new Tuple(36, Level.IsXToIQSGaN, @"\EC_SPC_GaN\Traces\~\PollPath"), new Tuple(36, Level.IsXToOpenInsight, @"\\messa01ec.ec.local\APPS\Metrology\~\Source"), new Tuple(36, Level.IsXToOpenInsightMetrologyViewerAttachments, @"\EC_Characterization_Si\In Process\~\Source"), new Tuple(360, Level.IsXToAPC, @"\EC_APC\Staging\Traces\~\PollPath"), new Tuple(-36, Level.IsXToSPaCe, @"\EC_SPC_Si\Traces\~\Source"), new Tuple(180, Level.IsXToArchive, @"\EC_EAFLog\TracesArchive\~\Source"), new Tuple(36, Level.IsArchive, @"\EC_Characterization_Si\Processed") //new Tuple("IsDummy" }; } } } }