Exemple #1
0
 public string GetAddMsgText(DataRow dr, int type)
 {
     string str = string.Empty;
     string drStr = base.GetDrStr(dr, "AddMsgTxt");
     if (!string.IsNullOrEmpty(drStr))
     {
         str = new AttachData(base.GetDrStr(dr, "carId"), drStr).ParseAttachData();
     }
     return (str + ReportTypeParam.GetMessType(type));
 }
Exemple #2
0
        public string GetAddMsgText(DataRow dr, int type)
        {
            string str   = string.Empty;
            string drStr = base.GetDrStr(dr, "AddMsgTxt");

            if (!string.IsNullOrEmpty(drStr))
            {
                str = new AttachData(base.GetDrStr(dr, "carId"), drStr).ParseAttachData();
            }
            return(str + ReportTypeParam.GetMessType(type));
        }