示例#1
0
 public Forecast()
 {
     _connectionString = ConnectionStringFactory.NXJCConnectionString;
     _dataFactory      = new SqlServerDataFactory(_connectionString);
     tzHelper          = new TZHelper(_connectionString);
     _dictionary       = InitDictionary();//初始化字典
 }
示例#2
0
 static PredictHelper()
 {
     connectionString = ConnectionStringFactory.NXJCConnectionString;
     tzHelper         = new TZHelper(connectionString);
 }
 public ProcessPowerMonitor(string connString)
 {
     _dataFactory = new SqlServerDataFactory(connString);
     tzHelper     = new TZHelper(connString);;
 }
示例#4
0
 public EnergyPredict()
 {
     _connectionString = ConnectionStringFactory.NXJCConnectionString;
     _dataFactory      = new SqlServerDataFactory(_connectionString);
     tzHelper          = new TZHelper(_connectionString);
 }