C# 클래스 Studyzy.LearnEnglishBySubtitle.Import.Hujiang.HujiangWebService

파일 보기 프로젝트 열기: studyzy/LearnEnglishBySubtitle 1 사용 예제들

공개 메소드들

메소드 설명
GetPublicBooks ( int userId, string langs ) : IList

获得所有公开的书本列表

GetUserBook ( int userId, int bookId ) : IList

获得用户对指定书本的单元完成情况

GetUserItems ( int userId, System.DateTime lastDate ) : IList

获得用户的生词本

GetUserUnitMax ( int userId, int bookId ) : int

获得用户针对某本书的学习情况,返回最大的已背诵单元Id。

메소드 상세

GetPublicBooks() 공개 정적인 메소드

获得所有公开的书本列表
public static GetPublicBooks ( int userId, string langs ) : IList
userId int
langs string
리턴 IList

GetUserBook() 공개 정적인 메소드

获得用户对指定书本的单元完成情况
public static GetUserBook ( int userId, int bookId ) : IList
userId int
bookId int
리턴 IList

GetUserItems() 공개 정적인 메소드

获得用户的生词本
public static GetUserItems ( int userId, System.DateTime lastDate ) : IList
userId int
lastDate System.DateTime
리턴 IList

GetUserUnitMax() 공개 정적인 메소드

获得用户针对某本书的学习情况,返回最大的已背诵单元Id。
public static GetUserUnitMax ( int userId, int bookId ) : int
userId int
bookId int
리턴 int