C# 클래스 Senparc.Weixin.QY.Helpers.MsgTypeHelper

파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

공개 메소드들

메소드 설명
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

메소드 상세

GetRequestMsgType() 공개 정적인 메소드

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

GetRequestMsgType() 공개 정적인 메소드

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

GetResponseMsgType() 공개 정적인 메소드

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

GetResponseMsgType() 공개 정적인 메소드

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

GetThirdPartyInfo() 공개 정적인 메소드

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

GetThirdPartyInfo() 공개 정적인 메소드

根据xml信息,返回RequestInfoType
public static GetThirdPartyInfo ( string str ) : ThirdPartyInfo
str string
리턴 ThirdPartyInfo