C# Class ECollegeAPI.Services.Grades.FetchGradebookItemByGuidService

Inheritance: BaseService
Exibir arquivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchGradebookItemByGuidService ( long courseId, string gradebookItemGuid ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchGradebookItemByGuidService() public method

public FetchGradebookItemByGuidService ( long courseId, string gradebookItemGuid ) : System.Collections.Generic
courseId long
gradebookItemGuid string
return System.Collections.Generic

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void