C# 클래스 inBloomApiLibrary.LearningObjectiveDataService

상속: ServiceBase
파일 보기 프로젝트 열기: upeo/inbloom-dotnet

공개 메소드들

메소드 설명
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.

메소드 상세

DeleteLearningObjectives() 공개 메소드

public DeleteLearningObjectives ( string accessToken, string learningId ) : string
accessToken string
learningId string
리턴 string

DeleteLearningStandards() 공개 메소드

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

GetLearningObjectiveById() 공개 메소드

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

GetLearningObjectiveChildLearningObjectives() 공개 메소드

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

GetLearningObjectiveCustom() 공개 메소드

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

GetLearningObjectiveLearningStandards() 공개 메소드

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

GetLearningObjectiveParentLearningObjectives() 공개 메소드

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

GetLearningObjectiveStudentCompetencies() 공개 메소드

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

GetLearningObjectives() 공개 메소드

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

GetLearningStandardById() 공개 메소드

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

GetLearningStandardCustom() 공개 메소드

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

GetLearningStandards() 공개 메소드

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

PostLearningObjectives() 공개 메소드

public PostLearningObjectives ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostLearningStandards() 공개 메소드

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

PutLearningObjectives() 공개 메소드

public PutLearningObjectives ( string accessToken, string data, string learningId ) : string
accessToken string
data string
learningId string
리턴 string

PutLearningStandards() 공개 메소드

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