C# Class PhotoSharingApp.AppService.Controllers.CategoryController

Inheritance: BaseController
Show file Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
CategoryController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic

Category controller constructor.

Private Methods

Method Description
GetAsync ( ) : Task>
GetAsync ( [ numberOfThumbnails ) : Task>
GetAsync ( string id, [ continuationToken ) : Task>
PostAsync ( string name ) : Task

Method Details

CategoryController() public method

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.
return System.Collections.Generic