C# Class Senparc.Weixin.WxOpen.Helpers.MsgTypeHelper

Afficher le fichier Open project: JeffreySu/WeiXinMPSDK

Méthodes publiques

Méthode Description
GetRequestMsgType ( System.Xml.Linq.XDocument doc ) : RequestMsgType

根据xml信息,返回RequestMsgType

GetRequestMsgType ( string str ) : RequestMsgType

根据xml信息,返回RequestMsgType

Method Details

GetRequestMsgType() public static méthode

根据xml信息,返回RequestMsgType
public static GetRequestMsgType ( System.Xml.Linq.XDocument doc ) : RequestMsgType
doc System.Xml.Linq.XDocument
Résultat RequestMsgType

GetRequestMsgType() public static méthode

根据xml信息,返回RequestMsgType
public static GetRequestMsgType ( string str ) : RequestMsgType
str string
Résultat RequestMsgType