Exemplo n.º 1
0
        private void Do_Notify(object[] args)
        {
            #region 从事件参数中取得当前业务实体

            if (args == null || args.Length == 0 || !(args[0] is UFSoft.UBF.Business.EntityEvent))
            {
                return;
            }
            BusinessEntity.EntityKey key = ((UFSoft.UBF.Business.EntityEvent)args[0]).EntityKey;
            if (key == null)
            {
                return;
            }
            UFIDA.U9.CBO.HR.Operator.Operators holder = key.GetEntity() as UFIDA.U9.CBO.HR.Operator.Operators;
            if (holder == null)
            {
                return;
            }

            #endregion
        }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public SalesManDTO(System.Int64 iD, System.DateTime createdOn, System.String createdBy, System.DateTime modifiedOn, System.String modifiedBy, System.Int64 sysVersion, UFIDA.U9.CBO.SCM.Customer.CustomerItem customerItemsID, UFIDA.U9.CBO.HR.Operator.Operators sales, UFIDA.U9.CBO.HR.Department.Department deparment, System.String remark, System.Int32 rowNo)
 {
     this.ID              = iD;
     this.CreatedOn       = createdOn;
     this.CreatedBy       = createdBy;
     this.ModifiedOn      = modifiedOn;
     this.ModifiedBy      = modifiedBy;
     this.SysVersion      = sysVersion;
     this.CustomerItemsID = customerItemsID;
     this.Sales           = sales;
     this.Deparment       = deparment;
     this.Remark          = remark;
     this.RowNo           = rowNo;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public BillNoDTO(System.Int64 iD, System.DateTime createdOn, System.String createdBy, System.DateTime modifiedOn, System.String modifiedBy, System.Int64 sysVersion, System.String billNoID, UFIDA.U9.Cust.GS.FT.AllEnumBE.BillNoSatetEnum billNoState, System.DateTime usedDate, UFIDA.U9.CBO.HR.Operator.Operators usedPerson, UFIDA.U9.Cust.GS.FTBillNoRuleBE.BillNoRule billNoRuleID, System.String billNoName, UFIDA.U9.Base.Organization.Organization org)
 {
     this.ID           = iD;
     this.CreatedOn    = createdOn;
     this.CreatedBy    = createdBy;
     this.ModifiedOn   = modifiedOn;
     this.ModifiedBy   = modifiedBy;
     this.SysVersion   = sysVersion;
     this.BillNoID     = billNoID;
     this.BillNoState  = billNoState;
     this.UsedDate     = usedDate;
     this.UsedPerson   = usedPerson;
     this.BillNoRuleID = billNoRuleID;
     this.BillNoName   = billNoName;
     this.Org          = org;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public OrderBomHeadDTO(System.Int64 iD, System.DateTime createdOn, System.String createdBy, System.DateTime modifiedOn, System.String modifiedBy, System.Int64 sysVersion, UFIDA.U9.CBO.MFG.BOM.BOMMaster bomMaster, UFIDA.U9.CBO.MFG.BOM.BOMComponent bomCompont, UFIDA.U9.CBO.SCM.Item.ItemMaster parentPart, UFIDA.U9.CBO.SCM.Item.ItemMaster subKey, System.Decimal dosage, UFIDA.U9.Base.UOM.UOM dosageUnit, System.Decimal sellNumber, UFIDA.U9.Base.UOM.UOM sellUnit, System.Decimal needNumber, UFIDA.U9.SM.SO.SOLine orderLine, UFIDA.U9.SM.SO.SO orderHead, System.Int32 orderLineRow, UFIDA.U9.Cust.GS.FT.AllEnumBE.SourceTypeEnum sourceType, System.String remark, UFIDA.U9.CBO.HR.Operator.Operators salesMan, UFIDA.U9.CBO.MFG.Enums.SupplyTypeEnum supplierType, System.String tier, System.Decimal loss, System.Boolean arrirmState, List <UFIDA.U9.Cust.GS.FT.OrderBomBE.OrderBomLineDTO> orderBomLine, UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegments descflexfield, UFIDA.U9.CBO.SCM.Item.ItemCategory subkeyType)
 {
     this.ID            = iD;
     this.CreatedOn     = createdOn;
     this.CreatedBy     = createdBy;
     this.ModifiedOn    = modifiedOn;
     this.ModifiedBy    = modifiedBy;
     this.SysVersion    = sysVersion;
     this.BomMaster     = bomMaster;
     this.BomCompont    = bomCompont;
     this.ParentPart    = parentPart;
     this.SubKey        = subKey;
     this.Dosage        = dosage;
     this.DosageUnit    = dosageUnit;
     this.SellNumber    = sellNumber;
     this.SellUnit      = sellUnit;
     this.NeedNumber    = needNumber;
     this.OrderLine     = orderLine;
     this.OrderHead     = orderHead;
     this.OrderLineRow  = orderLineRow;
     this.SourceType    = sourceType;
     this.Remark        = remark;
     this.SalesMan      = salesMan;
     this.SupplierType  = supplierType;
     this.Tier          = tier;
     this.Loss          = loss;
     this.ArrirmState   = arrirmState;
     this.OrderBomLine  = orderBomLine;
     this.Descflexfield = descflexfield;
     this.SubkeyType    = subkeyType;
 }
Exemplo n.º 5
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public OrderBomLineDTO(System.Int64 iD, System.DateTime createdOn, System.String createdBy, System.DateTime modifiedOn, System.String modifiedBy, System.Int64 sysVersion, UFIDA.U9.CBO.HR.Operator.Operators salesMan, UFIDA.U9.CBO.HR.Department.Department department, UFIDA.U9.CBO.SCM.Item.ItemMaster subKey, System.Decimal needNumber, UFIDA.U9.Cust.GS.FT.OrderBomBE.OrderBomHeadDTO orderBomHead, UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegments descflexfield, UFIDA.U9.Base.UOM.UOM needUom, System.Decimal procurementQty, System.String memo)
 {
     this.ID             = iD;
     this.CreatedOn      = createdOn;
     this.CreatedBy      = createdBy;
     this.ModifiedOn     = modifiedOn;
     this.ModifiedBy     = modifiedBy;
     this.SysVersion     = sysVersion;
     this.SalesMan       = salesMan;
     this.Department     = department;
     this.SubKey         = subKey;
     this.NeedNumber     = needNumber;
     this.OrderBomHead   = orderBomHead;
     this.Descflexfield  = descflexfield;
     this.NeedUom        = needUom;
     this.ProcurementQty = procurementQty;
     this.Memo           = memo;
 }