C# Class PhotoSharingApp.AppService.Controllers.CategoryController

Inheritance: BaseController
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

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

Category controller constructor.

Private Methods

Méthode Description
GetAsync ( ) : Task>
GetAsync ( [ numberOfThumbnails ) : Task>
GetAsync ( string id, [ continuationToken ) : Task>
PostAsync ( string name ) : Task

Method Details

CategoryController() public méthode

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.
Résultat System.Collections.Generic