C# Класс TrakHound.API.Data

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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