C# 클래스 CoyoteMoves.Controllers.DeskController

상속: ApiController
파일 보기 프로젝트 열기: jakemmarsh/coyote-moves 1 사용 예제들

공개 메소드들

메소드 설명
GetDesks ( ) : List
GetDesksByFloor ( int id ) : List
SetDeskOrientationAndPoint ( Newtonsoft.Json.Linq.JObject json ) : HttpResponseMessage

메소드 상세

GetDesks() 공개 메소드

public GetDesks ( ) : List
리턴 List

GetDesksByFloor() 공개 메소드

public GetDesksByFloor ( int id ) : List
id int
리턴 List

SetDeskOrientationAndPoint() 공개 메소드

public SetDeskOrientationAndPoint ( Newtonsoft.Json.Linq.JObject json ) : HttpResponseMessage
json Newtonsoft.Json.Linq.JObject
리턴 System.Net.Http.HttpResponseMessage