C# 클래스 EVE.Net.APIReader

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor 1 사용 예제들

공개 메소드들

메소드 설명
APIReader ( ) : System
CachedTime ( ) : System.DateTime
Query ( string uri, object api_obj, string fmt ) : bool

비공개 메소드들

메소드 설명
BuildCacheFileName ( object api_obj, string uri, string fmt ) : string
BuildUri ( object api_obj, string uri, string fmt ) : string
ComputeHash ( string inputStr ) : string
ConvertFormatArgumentsToCacheString ( string fmt ) : string
ParseObject ( object api_obj, XPathNodeIterator xml ) : void
ParsePrimitive ( object parent, PropertyInfo property, XPathNodeIterator xml ) : void
ParseRowset ( object parent, PropertyInfo property, XPathNodeIterator xml ) : void
ParseXml ( object parent, PropertyInfo property, XPathNodeIterator xml ) : void
PropertyIdentifiers ( PropertyInfo property ) : List
SaveCacheFile ( XPathNavigator nav ) : void

메소드 상세

APIReader() 공개 메소드

public APIReader ( ) : System
리턴 System

CachedTime() 공개 메소드

public CachedTime ( ) : System.DateTime
리턴 System.DateTime

Query() 공개 메소드

public Query ( string uri, object api_obj, string fmt ) : bool
uri string
api_obj object
fmt string
리턴 bool