C# Класс Senparc.Weixin.WxOpen.Helpers.MsgTypeHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetRequestMsgType ( System.Xml.Linq.XDocument doc ) : RequestMsgType

根据xml信息,返回RequestMsgType

GetRequestMsgType ( string str ) : RequestMsgType

根据xml信息,返回RequestMsgType

Описание методов

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