C# Class Senparc.Weixin.Open.Helpers.InfoTypeHelper

Mostra file Open project: Chinaccn/surfboard

Public Methods

Method Description
GetRequestInfoType ( System.Xml.Linq.XDocument doc ) : RequestInfoType

根据xml信息,返回InfoType

GetRequestInfoType ( string str ) : RequestInfoType

根据xml信息,返回InfoType

Method Details

GetRequestInfoType() public static method

根据xml信息,返回InfoType
public static GetRequestInfoType ( System.Xml.Linq.XDocument doc ) : RequestInfoType
doc System.Xml.Linq.XDocument
return RequestInfoType

GetRequestInfoType() public static method

根据xml信息,返回InfoType
public static GetRequestInfoType ( string str ) : RequestInfoType
str string
return RequestInfoType