C# Class Senparc.Weixin.QY.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

GetResponseMsgType ( System.Xml.Linq.XDocument doc ) : ResponseMsgType

根据xml信息,返回ResponseMsgType

GetResponseMsgType ( string str ) : ResponseMsgType

根据xml信息,返回ResponseMsgType

GetThirdPartyInfo ( System.Xml.Linq.XDocument doc ) : ThirdPartyInfo

根据xml信息,返回ThirdPartyInfo

GetThirdPartyInfo ( string str ) : ThirdPartyInfo

根据xml信息,返回RequestInfoType

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

GetResponseMsgType() public static méthode

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

GetResponseMsgType() public static méthode

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

GetThirdPartyInfo() public static méthode

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

GetThirdPartyInfo() public static méthode

根据xml信息,返回RequestInfoType
public static GetThirdPartyInfo ( string str ) : ThirdPartyInfo
str string
Résultat ThirdPartyInfo