C# 클래스 AngularAzureSearch.WebAPI.Controllers.api.AnalyticsController

상속: ApiController
파일 보기 프로젝트 열기: TheDarkCode/AngularAzureSearch

공개 메소드들

메소드 설명
AnalyticsController ( IAnalyticRepository repo ) : System.Collections.Generic
GetAllInCollection ( ) : IEnumerable
GetById ( string id ) : Task
Post ( [ entity ) : Task
Put ( string id, [ entity ) : Task

비공개 메소드들

메소드 설명
Delete ( string id ) : Task

메소드 상세

AnalyticsController() 공개 메소드

public AnalyticsController ( IAnalyticRepository repo ) : System.Collections.Generic
repo IAnalyticRepository
리턴 System.Collections.Generic

GetAllInCollection() 공개 메소드

public GetAllInCollection ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( string id ) : Task
id string
리턴 Task

Post() 공개 메소드

public Post ( [ entity ) : Task
entity [
리턴 Task

Put() 공개 메소드

public Put ( string id, [ entity ) : Task
id string
entity [
리턴 Task