C# 클래스 TrakHound.Servers.DataStorage.LocalStorageServer.Data

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 프로퍼티들

프로퍼티 타입 설명
DeviceInfos List

공개 메소드들

메소드 설명
Get ( string url ) : string
List ( string url ) : string
Update ( HttpListenerContext context ) : string

비공개 메소드들

메소드 설명
TestHourDate ( API hourInfo, System.DateTime from, System.DateTime to ) : bool

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string url ) : string
url string
리턴 string

List() 공개 정적인 메소드

public static List ( string url ) : string
url string
리턴 string

Update() 공개 정적인 메소드

public static Update ( HttpListenerContext context ) : string
context System.Net.HttpListenerContext
리턴 string

프로퍼티 상세

DeviceInfos 공개적으로 정적으로 프로퍼티

public static List DeviceInfos
리턴 List