C# Класс Senparc.Weixin.Open.Helpers.InfoTypeHelper

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

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

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

根据xml信息,返回InfoType

GetRequestInfoType ( string str ) : RequestInfoType

根据xml信息,返回InfoType

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

GetRequestInfoType() публичный статический Метод

根据xml信息,返回InfoType
public static GetRequestInfoType ( System.Xml.Linq.XDocument doc ) : RequestInfoType
doc System.Xml.Linq.XDocument
Результат RequestInfoType

GetRequestInfoType() публичный статический Метод

根据xml信息,返回InfoType
public static GetRequestInfoType ( string str ) : RequestInfoType
str string
Результат RequestInfoType