Exemple #1
0
        protected override bool AssignToHistoryMainLine(HistoryMainLine h)
        {
            bool sucess = base.AssignToHistoryMainLine(h);

            h.Resource = this.Resource;
            return(sucess);
        }
Exemple #2
0
 protected virtual bool AssignToHistoryMainLine(HistoryMainLine h)
 {
     h.TxnName       = this.TxnName;
     h.Comments      = this.Comments;
     h.LoginEmployee = this.LoginEmployee;
     h.Employee      = this.Employee;
     h.Factory       = this.Factory;
     return(true);
 }
Exemple #3
0
        protected override bool AssignToHistoryMainLine(HistoryMainLine h)
        {
            bool sucess = base.AssignToHistoryMainLine(h);

            h.Container = this.Container;
            if (this.Container != null)
            {
                h.Operation = this.Container.CurrentStatus.Spec.Operation;
                h.Spec      = this.Container.CurrentStatus.Spec;
                h.Product   = this.Container.Product;
            }
            return(sucess);
        }
Exemple #4
0
 public MoveIn(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
Exemple #5
0
 public ResourceThruput(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
Exemple #6
0
 public Disassociate(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
Exemple #7
0
 protected ShopFloor(IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope)
 {
     historyMainLine = reusedHML;
 }
Exemple #8
0
 public ComponentIssue(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
Exemple #9
0
 protected ContainerTxn(IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
Exemple #10
0
 protected ResourceTxn(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }
 public CollectResourceData(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML) : base(existObjScope, reusedHML)
 {
 }