C# 클래스 Apistry.Samples.Service.Api.Controllers.BlogsController

This defines a crude representation of an un-documented ApiController.
상속: ApiController
파일 보기 프로젝트 열기: Cephei/Apistry

공개 메소드들

메소드 설명
DeleteBlog ( Int32 blogId ) : void
GetBlog ( Int32 blogId ) : BlogDto
GetBlogs ( ) : IEnumerable
PatchBlog ( PatchRequest patchRequest ) : HttpResponseMessage
PostBlog ( BlogDto blog ) : HttpResponseMessage

메소드 상세

DeleteBlog() 공개 메소드

public DeleteBlog ( Int32 blogId ) : void
blogId System.Int32
리턴 void

GetBlog() 공개 메소드

public GetBlog ( Int32 blogId ) : BlogDto
blogId System.Int32
리턴 BlogDto

GetBlogs() 공개 메소드

public GetBlogs ( ) : IEnumerable
리턴 IEnumerable

PatchBlog() 공개 메소드

public PatchBlog ( PatchRequest patchRequest ) : HttpResponseMessage
patchRequest PatchRequest
리턴 System.Net.Http.HttpResponseMessage

PostBlog() 공개 메소드

public PostBlog ( BlogDto blog ) : HttpResponseMessage
blog BlogDto
리턴 System.Net.Http.HttpResponseMessage