C# 클래스 PhotoSharingApp.AppService.Controllers.CategoryController

상속: BaseController
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
CategoryController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic

Category controller constructor.

비공개 메소드들

메소드 설명
GetAsync ( ) : Task>
GetAsync ( [ numberOfThumbnails ) : Task>
GetAsync ( string id, [ continuationToken ) : Task>
PostAsync ( string name ) : Task

메소드 상세

CategoryController() 공개 메소드

Category controller constructor.
public CategoryController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic
repository IRepository The repository.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient The telemetry client.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
리턴 System.Collections.Generic