C# 클래스 TrakHound.API.Data

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 메소드들

메소드 설명
Get ( System.DateTime from, System.DateTime to ) : List
Get ( System.DateTime from, System.DateTime to, int timeout ) : List
Get ( System.DateTime from, System.DateTime to, int timeout, string command ) : List
Get ( System.DateTime from, System.DateTime to, string command ) : List
Get ( List uniqueIds, System.DateTime from, System.DateTime to ) : List
Get ( List uniqueIds, System.DateTime from, System.DateTime to, int timeout ) : List
Get ( List uniqueIds, System.DateTime from, System.DateTime to, int timeout, string command ) : List
Get ( List uniqueIds, System.DateTime from, System.DateTime to, string command ) : List
Get ( UserConfiguration userConfig, System.DateTime from, System.DateTime to, int timeout ) : List
Get ( UserConfiguration userConfig, System.DateTime from, System.DateTime to, int timeout, string command ) : List
Get ( UserConfiguration userConfig, List uniqueIds, System.DateTime from, System.DateTime to, int timeout ) : List
Get ( UserConfiguration userConfig, List uniqueIds, System.DateTime from, System.DateTime to, int timeout, string command ) : List
GetDeviceList ( UserConfiguration userConfig ) : List
Update ( UserConfiguration userConfig, DeviceInfo deviceInfo ) : bool
Update ( UserConfiguration userConfig, List deviceInfos ) : bool

메소드 상세

Get() 공개 정적인 메소드

public static Get ( System.DateTime from, System.DateTime to ) : List
from System.DateTime
to System.DateTime
리턴 List

Get() 공개 정적인 메소드

public static Get ( System.DateTime from, System.DateTime to, int timeout ) : List
from System.DateTime
to System.DateTime
timeout int
리턴 List

Get() 공개 정적인 메소드

public static Get ( System.DateTime from, System.DateTime to, int timeout, string command ) : List
from System.DateTime
to System.DateTime
timeout int
command string
리턴 List

Get() 공개 정적인 메소드

public static Get ( System.DateTime from, System.DateTime to, string command ) : List
from System.DateTime
to System.DateTime
command string
리턴 List

Get() 공개 정적인 메소드

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to ) : List
uniqueIds List
from System.DateTime
to System.DateTime
리턴 List

Get() 공개 정적인 메소드

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to, int timeout ) : List
uniqueIds List
from System.DateTime
to System.DateTime
timeout int
리턴 List

Get() 공개 정적인 메소드

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to, int timeout, string command ) : List
uniqueIds List
from System.DateTime
to System.DateTime
timeout int
command string
리턴 List

Get() 공개 정적인 메소드

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to, string command ) : List
uniqueIds List
from System.DateTime
to System.DateTime
command string
리턴 List

Get() 공개 정적인 메소드

public static Get ( UserConfiguration userConfig, System.DateTime from, System.DateTime to, int timeout ) : List
userConfig TrakHound.API.Users.UserConfiguration
from System.DateTime
to System.DateTime
timeout int
리턴 List

Get() 공개 정적인 메소드

public static Get ( UserConfiguration userConfig, System.DateTime from, System.DateTime to, int timeout, string command ) : List
userConfig TrakHound.API.Users.UserConfiguration
from System.DateTime
to System.DateTime
timeout int
command string
리턴 List

Get() 공개 정적인 메소드

public static Get ( UserConfiguration userConfig, List uniqueIds, System.DateTime from, System.DateTime to, int timeout ) : List
userConfig TrakHound.API.Users.UserConfiguration
uniqueIds List
from System.DateTime
to System.DateTime
timeout int
리턴 List

Get() 공개 정적인 메소드

public static Get ( UserConfiguration userConfig, List uniqueIds, System.DateTime from, System.DateTime to, int timeout, string command ) : List
userConfig TrakHound.API.Users.UserConfiguration
uniqueIds List
from System.DateTime
to System.DateTime
timeout int
command string
리턴 List

GetDeviceList() 공개 정적인 메소드

public static GetDeviceList ( UserConfiguration userConfig ) : List
userConfig TrakHound.API.Users.UserConfiguration
리턴 List

Update() 공개 정적인 메소드

public static Update ( UserConfiguration userConfig, DeviceInfo deviceInfo ) : bool
userConfig TrakHound.API.Users.UserConfiguration
deviceInfo DeviceInfo
리턴 bool

Update() 공개 정적인 메소드

public static Update ( UserConfiguration userConfig, List deviceInfos ) : bool
userConfig TrakHound.API.Users.UserConfiguration
deviceInfos List
리턴 bool