C# Class KhanProxy.Services.KhanAcademy

Inheritance: IKhanAcademy
Afficher le fichier Open project: joelmartinez/Khan-Academy-for-Windows-Phone

Méthodes publiques

Méthode Description
CategoriesUpdated ( ) : void
GetCategories ( ) : KhanProxy.Services.KCategory[]
GetStatus ( ) : ServiceStatus
GetVideos ( string category ) : KVideo[]
VideosUpdated ( ) : void

Method Details

CategoriesUpdated() public static méthode

public static CategoriesUpdated ( ) : void
Résultat void

GetCategories() public méthode

public GetCategories ( ) : KhanProxy.Services.KCategory[]
Résultat KhanProxy.Services.KCategory[]

GetStatus() public méthode

public GetStatus ( ) : ServiceStatus
Résultat ServiceStatus

GetVideos() public méthode

public GetVideos ( string category ) : KVideo[]
category string
Résultat KVideo[]

VideosUpdated() public static méthode

public static VideosUpdated ( ) : void
Résultat void