Ejemplo n.º 1
0
        private string Result_18W05_ToXml(ResultParent result)
        {
            Vehicle_18W05_Result _18W05_Result = (Vehicle_18W05_Result)result;
            ModelReflection      _mr           = new ModelReflection();
            string _result = _mr.ResultModelToXML(_18W05_Result, "vehispara");

            return(_result);
        }
Ejemplo n.º 2
0
        private string Result_18W06_ToXml(ResultParent result)
        {
            Vehicle_18W06_Result _18W06_Result = (Vehicle_18W06_Result)result;
            ModelReflection      _mr           = new ModelReflection();
            string _result = _mr.ResultModelToXML(_18W06_Result, "QueryCondition");

            return(_result);
        }
Ejemplo n.º 3
0
        private string Result_18X05_ToXml(ResultParent result)
        {
            Vehicle_18X05_Result m_18X05_Result = (Vehicle_18X05_Result)result;
            ModelReflection      mR             = new ModelReflection();
            string strRet = mR.ResultModelToXML(m_18X05_Result, "vehispara");

            return(strRet);
        }