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

Inheritance: ApiController
Mostra file Open project: andyfmiller/LtiLibrary

Protected Methods

Method Description
LineItemsControllerBase ( ) : System

Private Methods

Method 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 method

protected LineItemsControllerBase ( ) : System
return System