C# 클래스 RateMyAmenity.Controllers.RateAPIController

상속: ApiController
파일 보기 프로젝트 열기: Tamakloe/EF_Project 1 사용 예제들

공개 메소드들

메소드 설명
GetAllRateAPIs ( ) : IEnumerable
GetRateAPIByAmenityID ( int id ) : RateAPI
GetRateAPIsByName ( string name ) : IEnumerable

비공개 메소드들

메소드 설명
RateAPIs ( ) : IQueryable

메소드 상세

GetAllRateAPIs() 공개 메소드

public GetAllRateAPIs ( ) : IEnumerable
리턴 IEnumerable

GetRateAPIByAmenityID() 공개 메소드

public GetRateAPIByAmenityID ( int id ) : RateAPI
id int
리턴 RateMyAmenity.ViewModels.RateAPI

GetRateAPIsByName() 공개 메소드

public GetRateAPIsByName ( string name ) : IEnumerable
name string
리턴 IEnumerable