Example #1
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public InDiscountDTO(UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMaster, UFIDA.U9.Base.Currency.Currency.EntityKey currency, System.Decimal exportPrices, System.Int64 soLineID)
 {
     this.Customer     = customer;
     this.ItemMaster   = itemMaster;
     this.Currency     = currency;
     this.ExportPrices = exportPrices;
     this.SoLineID     = soLineID;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public DeductionRegisterDTO(UFIDA.U9.Cust.GS.FI.DeductionRegisterDocTypeBE.DeductionRegisterDocType.EntityKey documentType, System.String docNo, System.DateTime businessDate, System.Int32 srcDocType, UFIDA.U9.Base.Organization.Organization.EntityKey srcOrg, System.String srcDocNo, System.Int64 srcDocID, UFIDA.U9.Base.Currency.Currency.EntityKey currency, System.Int32 dRObject, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey supplier, UFIDA.U9.Base.Organization.Organization.EntityKey dROrg, System.Decimal dRMoney, System.Int32 dRReason, System.String dRAssess, UFIDA.U9.Base.Organization.Organization.EntityKey registerOrg, UFIDA.U9.CBO.HR.Department.Department.EntityKey registerDept, System.String registerBy, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey buyer)
 {
     this.DocumentType = documentType;
     this.DocNo        = docNo;
     this.BusinessDate = businessDate;
     this.SrcDocType   = srcDocType;
     this.SrcOrg       = srcOrg;
     this.SrcDocNo     = srcDocNo;
     this.SrcDocID     = srcDocID;
     this.Currency     = currency;
     this.DRObject     = dRObject;
     this.Customer     = customer;
     this.Supplier     = supplier;
     this.DROrg        = dROrg;
     this.DRMoney      = dRMoney;
     this.DRReason     = dRReason;
     this.DRAssess     = dRAssess;
     this.RegisterOrg  = registerOrg;
     this.RegisterDept = registerDept;
     this.RegisterBy   = registerBy;
     this.Buyer        = buyer;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnBrokerageDto(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, UFIDA.U9.Cust.GS.FT.BrokerageBE.BrokerageHead.EntityKey brokerageID, UFIDA.U9.Cust.GS.FT.AllEnumBE.DiscountTypeEnum brokerageType, System.Decimal prices, UFIDA.U9.Base.Currency.Currency.EntityKey currenty, System.Decimal rato, UFIDA.U9.Cust.GS.FT.AllEnumBE.ComputeEnum computes, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey payMan, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer)
 {
     this.SoLineID      = soLineID;
     this.BrokerageID   = brokerageID;
     this.BrokerageType = brokerageType;
     this.Prices        = prices;
     this.Currenty      = currenty;
     this.Rato          = rato;
     this.Computes      = computes;
     this.PayMan        = payMan;
     this.Customer      = customer;
 }
Example #4
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public InBrokerageDTO(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMaster)
 {
     this.SoLineID   = soLineID;
     this.Customer   = customer;
     this.ItemMaster = itemMaster;
 }
Example #5
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnUpDownBrokerageDTO(System.Int32 rowNo, UFIDA.U9.SM.SO.SO.EntityKey soID, UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, System.String itemInfo_ItemName, System.Decimal qty, System.String uom, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemInfo_Item, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, System.String itemInfo_Code, System.Int32 Precision_Qty)
 {
     this.RowNo             = rowNo;
     this.SoID              = soID;
     this.SoLineID          = soLineID;
     this.ItemInfo_ItemName = itemInfo_ItemName;
     this.Qty           = qty;
     this.Uom           = uom;
     this.ItemInfo_Item = itemInfo_Item;
     this.Customer      = customer;
     this.ItemInfo_Code = itemInfo_Code;
     this.Precision_Qty = Precision_Qty;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public OrderBomChangeHeadDTO(UFIDA.U9.CBO.HR.Operator.Operators.EntityKey saleManID, System.String saleManCode, System.String saleManName, UFIDA.U9.CBO.HR.Department.Department.EntityKey departMentID, System.String departMentCode, System.String departMentName, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customerID, System.String customerCode, System.String customerName, UFIDA.U9.Base.Organization.Organization.EntityKey getOrgID, System.String getOrgCode, System.String getOrgName)
 {
     this.SaleManID      = saleManID;
     this.SaleManCode    = saleManCode;
     this.SaleManName    = saleManName;
     this.DepartMentID   = departMentID;
     this.DepartMentCode = departMentCode;
     this.DepartMentName = departMentName;
     this.CustomerID     = customerID;
     this.CustomerCode   = customerCode;
     this.CustomerName   = customerName;
     this.GetOrgID       = getOrgID;
     this.GetOrgCode     = getOrgCode;
     this.GetOrgName     = getOrgName;
 }