/// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", AdaptationCardID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", AdaName, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CardUser, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", AdaBankName, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CardNo, WebServiceConst.Separater_1);

            if (ValidEndTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", ValidEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }

            sb.AppendFormat("{0}{1}", StrValidEndTime, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ValidName, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ValidPath, WebServiceConst.Separater_1);
            sb.Append(AdaDesc);

            return(sb.ToString());
        }
Exemple #2
0
        /// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", BillID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BillType.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrBillType, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BillStatus.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrBillStatus, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BillMonth, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BeginTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", EndTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LimitTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CreateTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);

            if (FullPaidTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", FullPaidTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }

            sb.AppendFormat("{0}{1}", IsCurrent.ToString(), WebServiceConst.Separater_1);
            sb.Append(IsShelve.ToString());

            return(sb.ToString());
        }
        /// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Subject.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Amount.ToString(), WebServiceConst.Separater_1);
            sb.Append(ReceivedType.ToString());

            return(sb.ToString());
        }
        /// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", PenaltyIntID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ReasonID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ReasonItemID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ToBillID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Amount.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", IsShelve.ToString(), WebServiceConst.Separater_1);
            sb.Append(CreateTime.ToString("yyyy-MM-dd HH:mm:ss"));

            return sb.ToString();
        }
Exemple #5
0
        /// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", BillItemID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BillID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Subject.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrSubject, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", SubjectType.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Amount.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", DueAmt.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ReceivedAmt.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", PenaltyIntAmt.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CreateTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);

            if (FullPaidTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", FullPaidTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }

            sb.AppendFormat("{0}{1}", OperatorID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", IsCurrent.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", IsShelve.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrAmount, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrDueAmt, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrReceivedAmt, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrReceived, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrReceivable, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Display, WebServiceConst.Separater_1);
            sb.Append(StrCreateTime);

            return(sb.ToString());
        }
Exemple #6
0
        /// <summary>
        /// 转换成字符串
        /// </summary>
        /// <returns></returns>
        public override string ToString()
        {
            StringBuilder sb = new StringBuilder();

            sb.AppendFormat("{0}{1}", BusinessID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CustomerID.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CustomerName, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", IdentityNo, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ProductType.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LoanCapital.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LoanPeriod.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LoanTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BusinessStatus.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrBusinessStatus, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CLoanStatus.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrCLoanStatus, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LawsuitStatus.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", StrLawsuitStatus, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ContractNo, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", SavingCard, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", SavingUser, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LendingSideKey, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LendingSideID, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ServiceSideKey, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ServiceSideID, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", GuaranteeSideKey, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", GuaranteeSideID, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", OverAmount.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CurrentOverAmount.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", OtherAmount.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CreateTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LoanKind, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LoanKindName, WebServiceConst.Separater_1);
            if (ToGuaranteeTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", ToGuaranteeTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }

            if (ToLitigationTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", ToLitigationTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }

            if (ClearLoanTime.HasValue)
            {
                sb.AppendFormat("{0}{1}", ClearLoanTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            }
            else
            {
                sb.AppendFormat("{0}{1}", "", WebServiceConst.Separater_1);
            }
            sb.AppendFormat("{0}{1}", IsRepayment.ToString(), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", FrozenNo, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ProductKind, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", LatestTime.ToString("yyyy-MM-dd HH:mm:ss"), WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", CapitalRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", DepositRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ProceduresRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ManagementRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", InterestRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", ServiceRate, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BranchKey, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", BranchKeyName, WebServiceConst.Separater_1);
            sb.AppendFormat("{0}{1}", Region, WebServiceConst.Separater_1);
            sb.Append(RegionName);

            return(sb.ToString());
        }