C# 클래스 API_3.Controllers.FigureController

상속: ApiController
파일 보기 프로젝트 열기: BarlowDu/WebAPI

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetBadRequestErrorMessageResult ( ) : BadRequestErrorMessageResult
GetBadRequestResult ( ) : System.Web.Http.Results.BadRequestResult
GetConflictResult ( ) : ConflictResult
GetCreatedAtRouteNegotiatedContentResult ( ) : CreatedAtRouteNegotiatedContentResult>
GetCreatedNegotiatedContentResult ( ) : CreatedNegotiatedContentResult>
GetExceptionResult ( ) : ExceptionResult
GetFile ( ) : HttpResponseMessage
GetFormattedContentResult ( ) : FormattedContentResult>
GetInternalServerErrorResult ( ) : InternalServerErrorResult
GetInvalidModelStateResult ( ) : InvalidModelStateResult
GetJsonResult ( ) : JsonResult>
GetMehtodFormattedContentResult ( ) : FormattedContentResult>
GetMehtodJsonResult ( ) : JsonResult>
GetMethodBadRequestResult ( ) : System.Web.Http.Results.BadRequestResult
GetMethodConflictResult ( ) : ConflictResult
GetMethodCreatedAtRouteNegotiatedContentResult ( ) : CreatedAtRouteNegotiatedContentResult>
GetMethodCreatedNegotiatedContentResult ( ) : CreatedNegotiatedContentResult>
GetMethodExceptionResult ( ) : ExceptionResult
GetMethodInternalServerErrorResult ( ) : InternalServerErrorResult
GetMethodNegotiatedContentResult ( ) : NegotiatedContentResult>
GetMethodNotFoundResult ( ) : System.Web.Http.Results.NotFoundResult
GetMethodOkNegotiatedContentResult ( ) : OkNegotiatedContentResult>
GetMethodOkResult ( ) : OkResult
GetMethodRedirectResult ( ) : System.Web.Http.Results.RedirectResult
GetMethodRedirectToRouteResult ( ) : System.Web.Http.Results.RedirectToRouteResult
GetMethodStatusCodeResult ( ) : StatusCodeResult
GetMethodUnauthorizedResult ( ) : System.Web.Http.Results.UnauthorizedResult
GetNegotiatedContentResult ( ) : NegotiatedContentResult>
GetNotFoundResult ( ) : System.Web.Http.Results.NotFoundResult
GetOkNegotiatedContentResult ( ) : OkNegotiatedContentResult>
GetRedirectResult ( ) : System.Web.Http.Results.RedirectResult
GetRedirectToRouteResult ( ) : System.Web.Http.Results.RedirectToRouteResult
GetResponseMessage ( ) : ResponseMessageResult
GetStatusCodeResult ( ) : StatusCodeResult
GetString ( ) : HttpResponseMessage
GetUnauthorizedResult ( ) : System.Web.Http.Results.UnauthorizedResult

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetBadRequestErrorMessageResult() 공개 메소드

public GetBadRequestErrorMessageResult ( ) : BadRequestErrorMessageResult
리턴 BadRequestErrorMessageResult

GetBadRequestResult() 공개 메소드

public GetBadRequestResult ( ) : System.Web.Http.Results.BadRequestResult
리턴 System.Web.Http.Results.BadRequestResult

GetConflictResult() 공개 메소드

public GetConflictResult ( ) : ConflictResult
리턴 ConflictResult

GetCreatedAtRouteNegotiatedContentResult() 공개 메소드

public GetCreatedAtRouteNegotiatedContentResult ( ) : CreatedAtRouteNegotiatedContentResult>
리턴 CreatedAtRouteNegotiatedContentResult>

GetCreatedNegotiatedContentResult() 공개 메소드

public GetCreatedNegotiatedContentResult ( ) : CreatedNegotiatedContentResult>
리턴 CreatedNegotiatedContentResult>

GetExceptionResult() 공개 메소드

public GetExceptionResult ( ) : ExceptionResult
리턴 ExceptionResult

GetFile() 공개 메소드

public GetFile ( ) : HttpResponseMessage
리턴 System.Net.Http.HttpResponseMessage

GetFormattedContentResult() 공개 메소드

public GetFormattedContentResult ( ) : FormattedContentResult>
리턴 FormattedContentResult>

GetInternalServerErrorResult() 공개 메소드

public GetInternalServerErrorResult ( ) : InternalServerErrorResult
리턴 InternalServerErrorResult

GetInvalidModelStateResult() 공개 메소드

public GetInvalidModelStateResult ( ) : InvalidModelStateResult
리턴 InvalidModelStateResult

GetJsonResult() 공개 메소드

public GetJsonResult ( ) : JsonResult>
리턴 JsonResult>

GetMehtodFormattedContentResult() 공개 메소드

public GetMehtodFormattedContentResult ( ) : FormattedContentResult>
리턴 FormattedContentResult>

GetMehtodJsonResult() 공개 메소드

public GetMehtodJsonResult ( ) : JsonResult>
리턴 JsonResult>

GetMethodBadRequestResult() 공개 메소드

public GetMethodBadRequestResult ( ) : System.Web.Http.Results.BadRequestResult
리턴 System.Web.Http.Results.BadRequestResult

GetMethodConflictResult() 공개 메소드

public GetMethodConflictResult ( ) : ConflictResult
리턴 ConflictResult

GetMethodCreatedAtRouteNegotiatedContentResult() 공개 메소드

public GetMethodCreatedAtRouteNegotiatedContentResult ( ) : CreatedAtRouteNegotiatedContentResult>
리턴 CreatedAtRouteNegotiatedContentResult>

GetMethodCreatedNegotiatedContentResult() 공개 메소드

public GetMethodCreatedNegotiatedContentResult ( ) : CreatedNegotiatedContentResult>
리턴 CreatedNegotiatedContentResult>

GetMethodExceptionResult() 공개 메소드

public GetMethodExceptionResult ( ) : ExceptionResult
리턴 ExceptionResult

GetMethodInternalServerErrorResult() 공개 메소드

public GetMethodInternalServerErrorResult ( ) : InternalServerErrorResult
리턴 InternalServerErrorResult

GetMethodNegotiatedContentResult() 공개 메소드

public GetMethodNegotiatedContentResult ( ) : NegotiatedContentResult>
리턴 NegotiatedContentResult>

GetMethodNotFoundResult() 공개 메소드

public GetMethodNotFoundResult ( ) : System.Web.Http.Results.NotFoundResult
리턴 System.Web.Http.Results.NotFoundResult

GetMethodOkNegotiatedContentResult() 공개 메소드

public GetMethodOkNegotiatedContentResult ( ) : OkNegotiatedContentResult>
리턴 OkNegotiatedContentResult>

GetMethodOkResult() 공개 메소드

public GetMethodOkResult ( ) : OkResult
리턴 OkResult

GetMethodRedirectResult() 공개 메소드

public GetMethodRedirectResult ( ) : System.Web.Http.Results.RedirectResult
리턴 System.Web.Http.Results.RedirectResult

GetMethodRedirectToRouteResult() 공개 메소드

public GetMethodRedirectToRouteResult ( ) : System.Web.Http.Results.RedirectToRouteResult
리턴 System.Web.Http.Results.RedirectToRouteResult

GetMethodStatusCodeResult() 공개 메소드

public GetMethodStatusCodeResult ( ) : StatusCodeResult
리턴 StatusCodeResult

GetMethodUnauthorizedResult() 공개 메소드

public GetMethodUnauthorizedResult ( ) : System.Web.Http.Results.UnauthorizedResult
리턴 System.Web.Http.Results.UnauthorizedResult

GetNegotiatedContentResult() 공개 메소드

public GetNegotiatedContentResult ( ) : NegotiatedContentResult>
리턴 NegotiatedContentResult>

GetNotFoundResult() 공개 메소드

public GetNotFoundResult ( ) : System.Web.Http.Results.NotFoundResult
리턴 System.Web.Http.Results.NotFoundResult

GetOkNegotiatedContentResult() 공개 메소드

public GetOkNegotiatedContentResult ( ) : OkNegotiatedContentResult>
리턴 OkNegotiatedContentResult>

GetRedirectResult() 공개 메소드

public GetRedirectResult ( ) : System.Web.Http.Results.RedirectResult
리턴 System.Web.Http.Results.RedirectResult

GetRedirectToRouteResult() 공개 메소드

public GetRedirectToRouteResult ( ) : System.Web.Http.Results.RedirectToRouteResult
리턴 System.Web.Http.Results.RedirectToRouteResult

GetResponseMessage() 공개 메소드

public GetResponseMessage ( ) : ResponseMessageResult
리턴 ResponseMessageResult

GetStatusCodeResult() 공개 메소드

public GetStatusCodeResult ( ) : StatusCodeResult
리턴 StatusCodeResult

GetString() 공개 메소드

public GetString ( ) : HttpResponseMessage
리턴 System.Net.Http.HttpResponseMessage

GetUnauthorizedResult() 공개 메소드

public GetUnauthorizedResult ( ) : System.Web.Http.Results.UnauthorizedResult
리턴 System.Web.Http.Results.UnauthorizedResult