C# 클래스 SchooxSharp.Api.Clients.Curriculums

상속: SchooxApiBase
파일 보기 프로젝트 열기: jamesbar2/SchooxSharp 1 사용 예제들

공개 메소드들

메소드 설명
Curriculums ( ) : System.Collections.Generic
Curriculums ( ISchooxService schooxService ) : System.Collections.Generic
GetCurriculums ( int userId = null, int start = null, int limit = null ) : SchooxResponse>

Returns a list of all curriculums with extended details.

GetDetailsForCurriculum ( int curriculumId, int userId = null ) : SchooxResponse

Returns extended details of a specific curriculum. A user's progress percentage, time spent and enrollment date can be retrieved by his/her schooX ID.

GetUsersCurriculums ( int userId, int start = null, int limit = null ) : SchooxResponse>

Returns a list of a user's enrolled & created curriculums with extended details by his/her schooX ID.

메소드 상세

Curriculums() 공개 메소드

public Curriculums ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Curriculums() 공개 메소드

public Curriculums ( ISchooxService schooxService ) : System.Collections.Generic
schooxService ISchooxService
리턴 System.Collections.Generic

GetCurriculums() 공개 메소드

Returns a list of all curriculums with extended details.
public GetCurriculums ( int userId = null, int start = null, int limit = null ) : SchooxResponse>
userId int User's ID you want to retrieve his/her curriculum list view
start int Starting Position
limit int Max size of retrieved curriculums
리턴 SchooxResponse>

GetDetailsForCurriculum() 공개 메소드

Returns extended details of a specific curriculum. A user's progress percentage, time spent and enrollment date can be retrieved by his/her schooX ID.
public GetDetailsForCurriculum ( int curriculumId, int userId = null ) : SchooxResponse
curriculumId int Curriculum ID
userId int User's ID you want to retrieve his/her curriculum list view
리턴 SchooxResponse

GetUsersCurriculums() 공개 메소드

Returns a list of a user's enrolled & created curriculums with extended details by his/her schooX ID.
public GetUsersCurriculums ( int userId, int start = null, int limit = null ) : SchooxResponse>
userId int User's ID you want to retrieve his/her curriculum list view
start int Starting Position
limit int Max size of retrieved curriculums
리턴 SchooxResponse>