示例#1
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;
 }
示例#2
0
文件: Split.cs 项目: Eric-Guo/uo-mes
 public Split(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#3
0
 public CollectResourceData(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#4
0
 protected ContainerTxn(IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#5
0
 protected override bool AssignToHistoryMainLine(HistoryMainLine h)
 {
     bool sucess = base.AssignToHistoryMainLine(h);
     h.Resource = this.Resource;
     return sucess;
 }
示例#6
0
 public ResourceThruput(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#7
0
 protected ResourceTxn(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#8
0
 protected ShopFloor(IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope)
 {
     historyMainLine = reusedHML;
 }
示例#9
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;
 }
示例#10
0
 public Disassociate(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }
示例#11
0
 public ComponentIssue(Telerik.OpenAccess.IObjectScope existObjScope, HistoryMainLine reusedHML)
     : base(existObjScope, reusedHML)
 {
 }