C# 클래스 MdallWebApi.Controllers.DeviceIdentifierController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-mdall 1 사용 예제들

공개 메소드들

메소드 설명
GetAllDeviceIdentifier ( string device_identifier = "", int licence_id, int device_id ) : IEnumerable
GetDeviceIdentifierByID ( int id ) : DeviceIdentifier

메소드 상세

GetAllDeviceIdentifier() 공개 메소드

public GetAllDeviceIdentifier ( string device_identifier = "", int licence_id, int device_id ) : IEnumerable
device_identifier string
licence_id int
device_id int
리턴 IEnumerable

GetDeviceIdentifierByID() 공개 메소드

public GetDeviceIdentifierByID ( int id ) : DeviceIdentifier
id int
리턴 MdallWebApi.Models.DeviceIdentifier