C# 클래스 AppBoxr.Controllers.AppBoxrController

Invoke the dynamic HUB to return json data as a RESTful API over the top of the models
상속: ApiController
파일 보기 프로젝트 열기: TimHeckel/AppBoxr

비공개 메소드들

메소드 설명
Delete ( string collection, string ids, string hub = "appboxr" ) : HttpResponseMessage
Get ( string collection, string id = "", string orderby = "", string query = "", string fields = "", string hub = "appboxr" ) : HttpResponseMessage
Save ( string collection, dynamic obj, string hub = "appboxr" ) : HttpResponseMessage