C# Class TrakHound.API.Data

Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Get() public static méthode

public static Get ( System.DateTime from, System.DateTime to ) : List
from System.DateTime
to System.DateTime
Résultat List

Get() public static méthode

public static Get ( System.DateTime from, System.DateTime to, int timeout ) : List
from System.DateTime
to System.DateTime
timeout int
Résultat List

Get() public static méthode

public static Get ( System.DateTime from, System.DateTime to, int timeout, string command ) : List
from System.DateTime
to System.DateTime
timeout int
command string
Résultat List

Get() public static méthode

public static Get ( System.DateTime from, System.DateTime to, string command ) : List
from System.DateTime
to System.DateTime
command string
Résultat List

Get() public static méthode

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to ) : List
uniqueIds List
from System.DateTime
to System.DateTime
Résultat List

Get() public static méthode

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to, int timeout ) : List
uniqueIds List
from System.DateTime
to System.DateTime
timeout int
Résultat List

Get() public static méthode

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
Résultat List

Get() public static méthode

public static Get ( List uniqueIds, System.DateTime from, System.DateTime to, string command ) : List
uniqueIds List
from System.DateTime
to System.DateTime
command string
Résultat List

Get() public static méthode

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
Résultat List

Get() public static méthode

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
Résultat List

Get() public static méthode

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
Résultat List

Get() public static méthode

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
Résultat List

GetDeviceList() public static méthode

public static GetDeviceList ( UserConfiguration userConfig ) : List
userConfig TrakHound.API.Users.UserConfiguration
Résultat List

Update() public static méthode

public static Update ( UserConfiguration userConfig, DeviceInfo deviceInfo ) : bool
userConfig TrakHound.API.Users.UserConfiguration
deviceInfo DeviceInfo
Résultat bool

Update() public static méthode

public static Update ( UserConfiguration userConfig, List deviceInfos ) : bool
userConfig TrakHound.API.Users.UserConfiguration
deviceInfos List
Résultat bool