Ejemplo n.º 1
0
        public FhlEntity(BaseEntity baseEntity, string __HAWB, int __HPcs, int __SLAC, decimal __HWeight, string __HDest, string __HOrigin, string __Partial, string __Commodity,
                         string __shipperNm, string __shipperAddr, string __shipperAddr2,
                         string __shipperCity, string __shipperState, string __shipperCountry, string __shipperZip, string __shipperAddrTel, string __shipperContact, string __cneeNm,
                         string __cneeAddr, string __cneeCity, string __cneeProv, string __cneeCountry,
                         string __cneeZip, string __cneeAddrTel, string __cneeContact,
                         //string __agentNm, string __agentIATACd, string __agentCASSaddr, string __agentCity,
                         string __currency, string __chargeCd, string __preChargeWeightCd, string __preChargeOtherCd, double __carriageVal, double __customVal, double __insuranceVal, string __SHC
                         // string __awbPlace
                         )
        {
            this.queueId     = baseEntity.queueId;
            this.msgType     = baseEntity.msgType;
            this.msgDestAddr = baseEntity.msgDestAddr;
            this.msgVersion  = baseEntity.msgVersion;
            this.mid         = baseEntity.mid;
            this.createdDate = baseEntity.createdDate;
            this.createdBy   = baseEntity.createdBy;
            this.prefix      = baseEntity.prefix;
            this.awb         = baseEntity.awb;
            this.origin      = baseEntity.origin;
            this.dest        = baseEntity.dest;
            this.destFlight  = baseEntity.destFlight;
            this.pcs         = baseEntity.pcs;
            this.weight      = baseEntity.weight;
            this.carrier     = baseEntity.carrier;

            this.HAWB      = __HAWB;
            this.HPcs      = __HPcs;
            this.SLAC      = __SLAC;
            this.HWeight   = __HWeight;
            this.HDest     = __HDest;
            this.HOrigin   = __HOrigin;
            this.Partial   = __Partial;
            this.Commodity = __Commodity;

            this.shipperNm      = __shipperNm;
            this.shipperAddr    = __shipperAddr;
            this.shipperAddr2   = __shipperAddr2;
            this.shipperCity    = __shipperCity;
            this.shipperState   = __shipperState;
            this.shipperCountry = __shipperCountry;
            this.shipperZip     = __shipperZip;
            this.shipperAddrTel = __shipperAddrTel;
            this.shipperContact = __shipperContact;
            this.cneeNm         = __cneeNm;
            this.cneeAddr       = __cneeAddr;
            this.cneeCity       = __cneeCity;
            this.cneeProv       = __cneeProv;
            this.cneeCountry    = __cneeCountry;
            this.cneeZip        = __cneeZip;
            this.cneeAddrTel    = __cneeAddrTel;
            this.cneeContact    = __cneeContact;
            //this.agentNm = __agentNm;
            //this.agentIATACd = __agentIATACd;
            //this.agentCASSaddr = __agentCASSaddr;
            //this.agentCity = __agentCity;
            this.currency          = __currency;
            this.chargeCd          = __chargeCd;
            this.preChargeWeightCd = __preChargeWeightCd;
            this.preChargeOtherCd  = __preChargeOtherCd;
            this.carriageVal       = __carriageVal;
            this.customVal         = __customVal;
            this.insuranceVal      = __insuranceVal;
            //this.awbPlace = __awbPlace;
            this.SHC = __SHC;
        }
Ejemplo n.º 2
0
        public FwbEntity(BaseEntity baseEntity, string __shipperNm, string __shipperAddr, string __shipperAddr2,
                         string __shipperCity, string __shipperState, string __shipperCountry, string __shipperZip, string __shipperAddrTel,
                         string __cneeNm, string __cneeAddr, string __cneeCity, string __cneeProv, string __cneeCountry, string __cneeZip, string __cneeAddrTel,
                         string __agentNm, string __agentIATACd, string __agentCASSaddr,
                         string __agentCity, string __currency, string __chargeCd, string __preChargeWeightCd,
                         string __preChargeOtherCd, double __carriageVal, double __customVal, double __insuranceVal, string __awbPlace, string __SHC) //, string[] __CountryCode, string[] __InfoId, string[] __CustomsId, string[] __CustomsInfo)
        {
            this.queueId     = baseEntity.queueId;
            this.Ccode       = baseEntity.Ccode;
            this.msgType     = baseEntity.msgType;
            this.msgDestAddr = baseEntity.msgDestAddr;
            this.msgVersion  = baseEntity.msgVersion;
            this.mid         = baseEntity.mid;
            this.createdDate = baseEntity.createdDate;
            this.createdBy   = baseEntity.createdBy;
            this.prefix      = baseEntity.prefix;
            this.awb         = baseEntity.awb;
            this.origin      = baseEntity.origin;
            this.dest        = baseEntity.dest;
            this.destFlight  = baseEntity.destFlight;
            this.pcs         = baseEntity.pcs;
            this.weight      = baseEntity.weight;
            this.carrier     = baseEntity.carrier;

            this.shipperNm      = __shipperNm;
            this.shipperAddr    = __shipperAddr;
            this.shipperAddr2   = __shipperAddr2;
            this.shipperCity    = __shipperCity;
            this.shipperState   = __shipperState;
            this.shipperCountry = __shipperCountry;
            this.shipperZip     = __shipperZip;
            this.shipperAddrTel = __shipperAddrTel;

            this.cneeNm      = __cneeNm;
            this.cneeAddr    = __cneeAddr;
            this.cneeCity    = __cneeCity;
            this.cneeProv    = __cneeProv;
            this.cneeCountry = __cneeCountry;
            this.cneeZip     = __cneeZip;
            this.cneeAddrTel = __cneeAddrTel;

            this.agentNm       = __agentNm;
            this.agentIATACd   = __agentIATACd;
            this.agentCASSaddr = __agentCASSaddr;
            this.agentCity     = __agentCity;


            this.currency          = __currency;
            this.chargeCd          = __chargeCd;
            this.preChargeWeightCd = __preChargeWeightCd;
            this.preChargeOtherCd  = __preChargeOtherCd;
            this.carriageVal       = __carriageVal;
            this.customVal         = __customVal;
            this.insuranceVal      = __insuranceVal;
            this.awbPlace          = __awbPlace;

            this.SHC = __SHC;

            //this._COUNTRYCODE = __CountryCode;
            //this._INFOID = __InfoId;
            //this._CUSTOMSID = __CustomsId;
            //this._CUSTOMSINFO = __CustomsInfo;
        }