C# 클래스 iMentor.Controllers.ListingController

상속: ApiController
파일 보기 프로젝트 열기: SCCapstone/imentor

공개 메소드들

메소드 설명
GetListingModels ( ) : IQueryable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DeleteListingModel ( int id ) : IHttpActionResult
GetListingModel ( int id ) : IHttpActionResult
ListingModelExists ( int id ) : bool
PostListingModel ( ListingModel listingModel ) : IHttpActionResult
PutListingModel ( int id, ListingModel listingModel ) : IHttpActionResult

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetListingModels() 공개 메소드

public GetListingModels ( ) : IQueryable
리턴 IQueryable