C# 클래스 Senparc.Weixin.Open.Helpers.InfoTypeHelper

파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

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