Exemple #1
0
        private string Req_GetTime_ToXml(RequestParent req)
        {
            Vehicle_DR004_GetTime_Request m_GetTime_Req = (Vehicle_DR004_GetTime_Request)req;
            ModelReflection mR     = new ModelReflection();
            string          strRet = mR.ReqModelToXML(m_GetTime_Req, "???");

            return(strRet);
        }
Exemple #2
0
        private string Req_Verify_ToXml(RequestParent req)
        {
            Vehicle_DR001_Login_Request m_Verify_Req = (Vehicle_DR001_Login_Request)req;
            ModelReflection             mR           = new ModelReflection();
            string strRet = mR.ReqModelToXML(m_Verify_Req, "vehispara");

            return(strRet);
        }