点击或拖拽改变大小

HslReflectionHelperGetParametersFromJson 方法

重载列表
  名称说明
公共方法静态成员GetParametersFromJson(MethodInfo, ParameterInfo)
从方法的参数列表里,提取出实际的示例参数信息,返回一个json对象,注意:该数据是示例的数据,具体参数的限制参照服务器返回的数据声明。
From the parameter list of the method, extract the actual example parameter information, and return a json object. Note: The data is the example data, and the specific parameter restrictions refer to the data declaration returned by the server.
公共方法静态成员GetParametersFromJson(ISessionContext, HttpListenerRequest, ParameterInfo, String)
从Json数据里解析出真实的数据信息,根据方法参数列表的类型进行反解析,然后返回实际的数据数组
Analyze the real data information from the Json data, perform de-analysis according to the type of the method parameter list, and then return the actual data array
Top
参见