C# Class MdallWebApi.Controllers.DeviceIdentifierController

Inheritance: ApiController
Afficher le fichier Open project: hres/api-mdall Class Usage Examples

Méthodes publiques

Méthode Description
GetAllDeviceIdentifier ( string device_identifier = "", int licence_id, int device_id ) : IEnumerable
GetDeviceIdentifierByID ( int id ) : DeviceIdentifier

Method Details

GetAllDeviceIdentifier() public méthode

public GetAllDeviceIdentifier ( string device_identifier = "", int licence_id, int device_id ) : IEnumerable
device_identifier string
licence_id int
device_id int
Résultat IEnumerable

GetDeviceIdentifierByID() public méthode

public GetDeviceIdentifierByID ( int id ) : DeviceIdentifier
id int
Résultat MdallWebApi.Models.DeviceIdentifier