C# Class LtiLibrary.AspNet.Outcomes.v2.LineItemsControllerBase

Inheritance: ApiController
Afficher le fichier Open project: andyfmiller/LtiLibrary

Méthodes protégées

Méthode Description
LineItemsControllerBase ( ) : System

Private Methods

Méthode Description
DeleteAsync ( string contextId, string id ) : Task
GetAsync ( string contextId = null, string id = null, int limit = null, string activityId = null, string firstPage = null, int p = null ) : Task
PostAsync ( string contextId, LineItem lineItem ) : Task
PutAsync ( LineItem lineItem ) : Task

Method Details

LineItemsControllerBase() protected méthode

protected LineItemsControllerBase ( ) : System
Résultat System