C# Class inBloomApiLibrary.LearningObjectiveDataService

Inheritance: ServiceBase
Afficher le fichier Open project: upeo/inbloom-dotnet

Méthodes publiques

Méthode 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 méthode

public DeleteLearningObjectives ( string accessToken, string learningId ) : string
accessToken string
learningId string
Résultat string

DeleteLearningStandards() public méthode

Deletes learning standards details.
public DeleteLearningStandards ( string accessToken, string learningId ) : string
accessToken string
learningId string
Résultat string

GetLearningObjectiveById() public méthode

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

GetLearningObjectiveChildLearningObjectives() public méthode

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

GetLearningObjectiveCustom() public méthode

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

GetLearningObjectiveLearningStandards() public méthode

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

GetLearningObjectiveParentLearningObjectives() public méthode

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

GetLearningObjectiveStudentCompetencies() public méthode

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

GetLearningObjectives() public méthode

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

GetLearningStandardById() public méthode

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

GetLearningStandardCustom() public méthode

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

GetLearningStandards() public méthode

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

PostLearningObjectives() public méthode

public PostLearningObjectives ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostLearningStandards() public méthode

Creates learning standards details.
public PostLearningStandards ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PutLearningObjectives() public méthode

public PutLearningObjectives ( string accessToken, string data, string learningId ) : string
accessToken string
data string
learningId string
Résultat string

PutLearningStandards() public méthode

Updates learning standards details.
public PutLearningStandards ( string accessToken, string Data, string learningId ) : string
accessToken string
Data string
learningId string
Résultat string