C# Класс MdallWebApi.Controllers.DeviceController

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

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

Метод Описание
GetAllDevice ( string status = "", string device_name = "", int licence_id ) : IEnumerable
GetAllLicenceDeviceByLicenceId ( string licenceId, string lang ) : IEnumerable
GetDeviceById ( int id ) : Device

Описание методов

GetAllDevice() публичный Метод

public GetAllDevice ( string status = "", string device_name = "", int licence_id ) : IEnumerable
status string
device_name string
licence_id int
Результат IEnumerable

GetAllLicenceDeviceByLicenceId() публичный Метод

public GetAllLicenceDeviceByLicenceId ( string licenceId, string lang ) : IEnumerable
licenceId string
lang string
Результат IEnumerable

GetDeviceById() публичный Метод

public GetDeviceById ( int id ) : Device
id int
Результат MdallWebApi.Models.Device