C# Class inBloomApiLibrary.LearningObjectiveDataService

Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet

Public Methods

Method Description
DeleteLearningObjectives ( string accessToken, string learningId ) : string
DeleteLearningStandards ( string accessToken, string learningId ) : string

Deletes learning standards details.

GetLearningObjectiveById ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets learning objective by id.

GetLearningObjectiveChildLearningObjectives ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets child learning objectives within the learning objective.

GetLearningObjectiveCustom ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets learning objective custom details.

GetLearningObjectiveLearningStandards ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets learning standards within the learning objective.

GetLearningObjectiveParentLearningObjectives ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets parent learning objectives within the learning objective.

GetLearningObjectiveStudentCompetencies ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets student competencies within the learning objective.

GetLearningObjectives ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets Learning Objectives details.

GetLearningStandardById ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets learning standards details by id.

GetLearningStandardCustom ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray

Gets learning standards custom details.

GetLearningStandards ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets learning standards details.

PostLearningObjectives ( string accessToken, string data ) : string
PostLearningStandards ( string accessToken, string data ) : string

Creates learning standards details.

PutLearningObjectives ( string accessToken, string data, string learningId ) : string
PutLearningStandards ( string accessToken, string Data, string learningId ) : string

Updates learning standards details.

Method Details

DeleteLearningObjectives() public method

public DeleteLearningObjectives ( string accessToken, string learningId ) : string
accessToken string
learningId string
return string

DeleteLearningStandards() public method

Deletes learning standards details.
public DeleteLearningStandards ( string accessToken, string learningId ) : string
accessToken string
learningId string
return string

GetLearningObjectiveById() public method

Gets learning objective by id.
public GetLearningObjectiveById ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectiveChildLearningObjectives() public method

Gets child learning objectives within the learning objective.
public GetLearningObjectiveChildLearningObjectives ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectiveCustom() public method

Gets learning objective custom details.
public GetLearningObjectiveCustom ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectiveLearningStandards() public method

Gets learning standards within the learning objective.
public GetLearningObjectiveLearningStandards ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectiveParentLearningObjectives() public method

Gets parent learning objectives within the learning objective.
public GetLearningObjectiveParentLearningObjectives ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectiveStudentCompetencies() public method

Gets student competencies within the learning objective.
public GetLearningObjectiveStudentCompetencies ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningObjectives() public method

Gets Learning Objectives details.
public GetLearningObjectives ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

GetLearningStandardById() public method

Gets learning standards details by id.
public GetLearningStandardById ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningStandardCustom() public method

Gets learning standards custom details.
public GetLearningStandardCustom ( string accessToken, string learningId ) : Newtonsoft.Json.Linq.JArray
accessToken string
learningId string
return Newtonsoft.Json.Linq.JArray

GetLearningStandards() public method

Gets learning standards details.
public GetLearningStandards ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

PostLearningObjectives() public method

public PostLearningObjectives ( string accessToken, string data ) : string
accessToken string
data string
return string

PostLearningStandards() public method

Creates learning standards details.
public PostLearningStandards ( string accessToken, string data ) : string
accessToken string
data string
return string

PutLearningObjectives() public method

public PutLearningObjectives ( string accessToken, string data, string learningId ) : string
accessToken string
data string
learningId string
return string

PutLearningStandards() public method

Updates learning standards details.
public PutLearningStandards ( string accessToken, string Data, string learningId ) : string
accessToken string
Data string
learningId string
return string