C# Class ECollegeAPI.Services.Grades.FetchMyGradebookItemGradeService

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

Public Methods

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

Method Details

FetchMyGradebookItemGradeService() public method

public FetchMyGradebookItemGradeService ( 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