C# 클래스 KhanProxy.Services.KhanAcademy

상속: IKhanAcademy
파일 보기 프로젝트 열기: joelmartinez/Khan-Academy-for-Windows-Phone

공개 메소드들

메소드 설명
CategoriesUpdated ( ) : void
GetCategories ( ) : KhanProxy.Services.KCategory[]
GetStatus ( ) : ServiceStatus
GetVideos ( string category ) : KVideo[]
VideosUpdated ( ) : void

메소드 상세

CategoriesUpdated() 공개 정적인 메소드

public static CategoriesUpdated ( ) : void
리턴 void

GetCategories() 공개 메소드

public GetCategories ( ) : KhanProxy.Services.KCategory[]
리턴 KhanProxy.Services.KCategory[]

GetStatus() 공개 메소드

public GetStatus ( ) : ServiceStatus
리턴 ServiceStatus

GetVideos() 공개 메소드

public GetVideos ( string category ) : KVideo[]
category string
리턴 KVideo[]

VideosUpdated() 공개 정적인 메소드

public static VideosUpdated ( ) : void
리턴 void