public TestDataTestTracker(string sn, int op) { this.SerialNumber = sn; this.Operation = op; dbAccess.SetConnStr(DBConnectionStr.ConnStrTestData()); SelectTbl(); }
public TestDataTestTracker(string sn) { this.SerialNumber = sn; dbAccess.SetConnStr(DBConnectionStr.ConnStrTestData()); SelectTblAllOps(); }
public TestDataTestOps(string pn, string ver) { this.PartNumber = pn; this.Version = ver; dbAccess.SetConnStr(DBConnectionStr.ConnStrTestData()); SelectTbl(); }
public TestDataTestTracker() { dbAccess.SetConnStr(DBConnectionStr.ConnStrTestData()); }
public TestDataTestOps(int pID) { this.pID = pID; dbAccess.SetConnStr(DBConnectionStr.ConnStrTestData()); }