コード例 #1
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public PrePaymentHeadDTO(UFIDA.U9.Cust.GS.FI.PrePaymentDocTypeBE.PrePaymentDocType.EntityKey documentType, UFIDA.U9.Base.Currency.Currency.EntityKey currency, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey supplier, UFIDA.U9.Base.Organization.Organization.EntityKey pOOrg, UFIDA.U9.CBO.HR.Department.Department.EntityKey dept, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey buyer, System.String srcPrePayDocNo, System.Int64 srcPrePayDocID, List <UFIDA.U9.Cust.GS.FI.PrePaymentBP.PrePaymentLineDTO> prePaymentLineDTOs)
 {
     this.DocumentType       = documentType;
     this.Currency           = currency;
     this.Supplier           = supplier;
     this.POOrg              = pOOrg;
     this.Dept               = dept;
     this.Buyer              = buyer;
     this.SrcPrePayDocNo     = srcPrePayDocNo;
     this.SrcPrePayDocID     = srcPrePayDocID;
     this.PrePaymentLineDTOs = prePaymentLineDTOs;
 }
コード例 #2
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public SalesManDTO(UFIDA.U9.CBO.SCM.Customer.CustomerItem.EntityKey customerItemsID, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey sales, UFIDA.U9.CBO.HR.Department.Department.EntityKey deparment, System.String remark, System.Int32 rowID)
 {
     this.CustomerItemsID = customerItemsID;
     this.Sales           = sales;
     this.Deparment       = deparment;
     this.Remark          = remark;
     this.RowID           = rowID;
 }
コード例 #3
0
 /// <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;
 }
コード例 #4
0
 /// <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;
 }