Ejemplo n.º 1
0
 public OQCLotAddIDEventArgs(string actionType, string runningCard, string userCode, string resourceCode, string oqcLotNO, string oqcLotNOType, bool checkOQCLotMaxSize, decimal oqcLotMaxSize, bool isRemixMO, ProductInfo productInfo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.OQCLotNO             = oqcLotNO;
     this.OQCLotNOType         = oqcLotNOType;
     this.IsCheckOQCLotMaxSize = checkOQCLotMaxSize;
     this.OQCLotMaxSize        = oqcLotMaxSize;
     this.IsRemixMO            = isRemixMO;
     this.ProductInfo          = productInfo;
 }
Ejemplo n.º 2
0
 public OQCNGEventArgs(string actionType, string runningCard, string userCode, string resourceCode, string oqcLotNO, object[] objsCheckItems, object[] objsCheckGroups, object[] objsErrorCodeInformations, ProductInfo productInfo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.OQCLotNO              = oqcLotNO;
     this.ProductInfo           = productInfo;
     this.OQCLOTCardCheckLists  = objsCheckItems;
     this.ErrorCodeInformations = objsErrorCodeInformations;
     this.OQCLot2CheckGroupList = objsCheckGroups;
 }
Ejemplo n.º 3
0
 public CartonPackEventArgs(string actionType, string runningCard, string userCode, string resourceCode, string cartonMemo, string cartonNo, ProductInfo productInfo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.ProductInfo = productInfo;
     this.CartonMemo  = cartonMemo;
     this.CartonNo    = cartonNo;
 }
Ejemplo n.º 4
0
 public ActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, object[] param)
     : this(actionType, runningCard, userCode, resourceCode)
 {
     this.Params      = param;
     this.ProductInfo = productInfo;
 }
Ejemplo n.º 5
0
 public CINNOActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string iNNO, BenQGuru.eMES.Material.WarehouseFacade warehouse
                             )
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.INNO        = iNNO.ToUpper();
     this.ProductInfo = productInfo;
     this.Warehouse   = warehouse;
 }
Ejemplo n.º 6
0
        public SoftwareActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string softwareVersion, string softwareName)
            : base(actionType, runningCard, userCode, resourceCode)
        {
            this.SoftwareVersion = softwareVersion;
            this.SoftwareName    = softwareName;

            this.ProductInfo = productInfo;
        }
Ejemplo n.º 7
0
 public ConvertCardActionEventArgs(string actionType, string runningCard, string transFromCard, string userCode, string resourceCode, ProductInfo productInfro, string convertToCard, string idMergeType, bool isSameMO, int existIMEISeq, bool updateSimulation)
     : base(actionType, runningCard, userCode, resourceCode, productInfro)
 {
     this.ConvertToCard    = convertToCard;
     this.TransFromCard    = transFromCard;
     this.IDMergeType      = idMergeType;
     this.IsSameMO         = isSameMO;
     this.ExistIMEISeq     = existIMEISeq;
     this.UpdateSimulation = updateSimulation;
 }
Ejemplo n.º 8
0
 public OffMoEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string moCode)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.MOCode      = moCode.Trim().ToUpper();
     this.ProductInfo = productInfo;
 }
Ejemplo n.º 9
0
 public SplitIDActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfro, object[] splitedIDs, string idMergeType)
     : base(actionType, runningCard, userCode, resourceCode, productInfro)
 {
     this.SplitedIDs  = splitedIDs;
     this.IDMergeType = idMergeType;
 }
Ejemplo n.º 10
0
 public SplitIDActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfro, object[] splitedIDs, string idMergeType, bool isSameMO, int existIMEISeq, bool updateSimulation)
     : base(actionType, runningCard, userCode, resourceCode, productInfro)
 {
     this.SplitedIDs       = splitedIDs;
     this.IDMergeType      = idMergeType;
     this.IsSameMO         = isSameMO;
     this.ExistIMEISeq     = existIMEISeq;
     this.UpdateSimulation = updateSimulation;
 }
Ejemplo n.º 11
0
 public OutLineActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string opCode, object[] errorCodes, string memo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.ErrorCodes  = errorCodes;
     this.Memo        = memo;
     this.ProductInfo = productInfo;
     this.OPCode      = opCode;
 }
Ejemplo n.º 12
0
 public OutLineActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string opCode)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.OPCode      = opCode;
     this.ProductInfo = productInfo;
 }
Ejemplo n.º 13
0
 public CKeypartsActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, OPBomKeyparts keyParts, BenQGuru.eMES.Material.WarehouseFacade warehouse
                                 )
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.Keyparts    = keyParts;
     this.ProductInfo = productInfo;
     this.Warehouse   = warehouse;
 }
Ejemplo n.º 14
0
 public ActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, string shelfNO, ProductInfo productInfo)
     : this(actionType, runningCard, userCode, resourceCode)
 {
     this.ProductInfo = productInfo;
     this.ShelfNO     = shelfNO;
 }
Ejemplo n.º 15
0
        public TSActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, object[] errorInfor, string memo)
        {
            this.UserCode     = userCode;
            this.ResourceCode = resourceCode;
            this.RunningCard  = runningCard;
            this.ActionType   = actionType;

            this.ErrorInfor  = errorInfor;
            this.Memo        = memo;
            this.ProductInfo = productInfo;
        }
Ejemplo n.º 16
0
 public OQCRejectEventArgs(string actionType, string runningCard, string userCode, string resourceCode, string oqcLotNO, ProductInfo productInfo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.OQCLotNO    = oqcLotNO;
     this.ProductInfo = productInfo;
 }
Ejemplo n.º 17
0
        public EcnTryActionEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo, string ecnNo, string tryNo)
            : base(actionType, runningCard, userCode, resourceCode)
        {
            this.ECNNo = ecnNo.Trim().ToUpper();
            this.TryNo = tryNo.Trim().ToUpper();

            this.ProductInfo = productInfo;
        }
Ejemplo n.º 18
0
 public DropMaterialEventArgs(string actionType, string runningCard, string userCode, string resourceCode, ProductInfo productInfo)
     : base(actionType, runningCard, userCode, resourceCode)
 {
     this.ProductInfo = productInfo;
 }
Ejemplo n.º 19
0
/// <summary>
///
/// </summary>
/// <param name="iD"></param>
/// <param name="actionType"></param>
/// <param name="resourceCode"></param>
/// <param name="userCode"></param>
/// <param name="product"></param>
/// <returns></returns>
        public Messages CheckID(string iD, string actionType, string resourceCode, string userCode, ProductInfo product)
        {
            Messages         messages         = new Messages();
            DataCollectDebug dataCollectDebug = new DataCollectDebug(this.GetType().ToString() + "CheckID");

            dataCollectDebug.WhenFunctionIn(messages);
            try
            {
                //Laws Lu,2005/09/06,新增
                DataCollectFacade dataCollect = new DataCollectFacade(this._domainDataProvider);
                messages.AddMessages(dataCollect.CheckID(iD, actionType, resourceCode, userCode, product));
            }
            catch (Exception e)
            {
                messages.Add(new Message(e));
            }
            dataCollectDebug.WhenFunctionOut(messages);
            return(messages);
        }