コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public SelfStorageDTO(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID_Storage, System.Decimal thisCancelQty)
 {
     this.SoLineID_Storage = soLineID_Storage;
     this.ThisCancelQty    = thisCancelQty;
 }
コード例 #3
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnUpDownLineDto(System.Int32 rowNo, UFIDA.U9.SM.SO.SO.EntityKey soID, UFIDA.U9.SM.SO.SOLine.EntityKey SoLineID, System.String ItemInfo_ItemID, System.String ItemInfo_ItemName, System.Decimal Qty, System.String Uom, System.Int32 Precision_Qty)
 {
     this.RowNo             = rowNo;
     this.SoID              = soID;
     this.SoLineID          = SoLineID;
     this.ItemInfo_ItemID   = ItemInfo_ItemID;
     this.ItemInfo_ItemName = ItemInfo_ItemName;
     this.Qty           = Qty;
     this.Uom           = Uom;
     this.Precision_Qty = Precision_Qty;
 }
コード例 #4
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public OrderBomHeadDTO(UFIDA.U9.CBO.MFG.BOM.BOMMaster.EntityKey bomMaster, UFIDA.U9.CBO.MFG.BOM.BOMComponent.EntityKey bomCompont, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey parentPart, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey subKey, System.Decimal dosage, UFIDA.U9.Base.UOM.UOM.EntityKey dosageUnit, System.Decimal sellNumber, UFIDA.U9.Base.UOM.UOM.EntityKey sellUnit, System.Decimal needNumber, UFIDA.U9.SM.SO.SOLine.EntityKey orderLine, UFIDA.U9.SM.SO.SO.EntityKey orderHead, System.Int32 orderLineRow, UFIDA.U9.Cust.GS.FT.AllEnumBE.SourceTypeEnum sourceType, System.String remark, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey salesMan, UFIDA.U9.CBO.SCM.Customer.CustomerSupplyTypeEnum supplierType, System.String tier, UFIDA.U9.CBO.SCM.Item.ItemCategory.EntityKey subkeyType, System.Decimal loss, System.Boolean arrirmState)
 {
     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.SubkeyType   = subkeyType;
     this.Loss         = loss;
     this.ArrirmState  = arrirmState;
 }
コード例 #5
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ProjectDTO(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, System.String soOrder, System.String customerOrder)
 {
     this.SoLineID      = soLineID;
     this.SoOrder       = soOrder;
     this.CustomerOrder = customerOrder;
 }
コード例 #6
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;
 }
コード例 #7
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnUpDownAssessDTO(System.Int32 rowNo, UFIDA.U9.SM.SO.SO.EntityKey soID, UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, System.String itemInfo_ItemCode, System.String itemInfo_ItemName, System.Decimal qty, System.String uom, System.Int32 Precision_Qty)
 {
     this.RowNo             = rowNo;
     this.SoID              = soID;
     this.SoLineID          = soLineID;
     this.ItemInfo_ItemCode = itemInfo_ItemCode;
     this.ItemInfo_ItemName = itemInfo_ItemName;
     this.Qty           = qty;
     this.Uom           = uom;
     this.Precision_Qty = Precision_Qty;
 }
コード例 #8
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public SupplierModeDTO(UFIDA.U9.SM.SO.SOLine.EntityKey soLineListID, UFIDA.U9.Cust.GS.FT.AllEnumBE.PackTypeEnum packMode)
 {
     this.SoLineListID = soLineListID;
     this.PackMode     = packMode;
 }
コード例 #9
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;
 }