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

Inheritance: ApiController
Mostra file Open project: andyfmiller/LtiLibrary

Protected Methods

Method Description
ResultsControllerBase ( ) : System

Private Methods

Method Description
DeleteAsync ( string contextId, string lineItemId, string id ) : Task
GetAsync ( string contextId = null, string lineItemId = null, string id = null, int limit = null, string firstPage = null, int p = null ) : Task
PostAsync ( string contextId, string lineItemId, LisResult result ) : Task
PutAsync ( string contextId, string lineItemId, string id, LisResult result ) : Task

Method Details

ResultsControllerBase() protected method

protected ResultsControllerBase ( ) : System
return System