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

Datei anzeigen Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method 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

Method Details

GetRequestMsgType() public static method

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

GetRequestMsgType() public static method

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

GetResponseMsgType() public static method

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

GetResponseMsgType() public static method

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