예제 #1
0
        public EpicorVPartWhereUsedFGAllRev(string pn, string ver)
        {
            this.partNum = pn;
            this.partRev = ver;

            dbAccess.SetConnStr(DBConnectionStr.SQLEpicorConnStr());

            SetAllParts();
        }
예제 #2
0
 public EpicorPart()
 {
     dbAccess.SetConnStr(DBConnectionStr.SQLEpicorConnStr());
 }
예제 #3
0
 public EpicorSerialMatch()
 {
     dbAccess.SetConnStr(DBConnectionStr.SQLEpicorConnStr());
 }
예제 #4
0
        private string JobNum;            // aka workcode

        public EpicorJobMtl(string JN)
        {
            this.JobNum = JN;

            dbAccess.SetConnStr(DBConnectionStr.SQLEpicorConnStr());
        }
예제 #5
0
 public EpicorVPartSearch()
 {
     dbAccess.SetConnStr(DBConnectionStr.SQLEpicorConnStr());
 }