Esempio n. 1
0
        public void T040_MoveTxn_LOT2()
        {
            MoveTxn s = new MoveTxn();

            s.Container_Name = "LOT2";
            Assert.IsTrue(s.ExecuteService(), s.CompletionMessage);
        }
Esempio n. 2
0
 public MoveOut() : base()
 {
     thruputService = new Thruput(ObjScope, HistoryMainLine);
     moveTxnService = new MoveTxn(ObjScope, HistoryMainLine);
 }
Esempio n. 3
0
 public MoveTxnMethod(MoveTxn Cdo, MoveTxnMethods Method, MoveTxn_Parameters Parameters)
 {
     this.Cdo           = Cdo;
     this.ServiceMethod = Method;
     this.Parameters    = Parameters;
 }