C# Class TraktPlugin.GUI.GUIShowSeasons

Inheritance: MediaPortal.GUI.Library.GUIWindow
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Private Properties

Свойство Type Description
ClearProperties void
GetLoadingParameter bool
GetShowDetail void
InitProperties void
LoadShowSeasons void
OnSeasonSelected void
PublishSeasonSkinProperties void
PublishShowSkinProperties void
SendShowSeasonsToFacade void

Méthodes publiques

Méthode Description
GUIShowSeasons ( ) : System
Init ( ) : bool

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int new_windowId ) : void
OnPageLoad ( ) : void
OnShowContextMenu ( ) : void

Private Methods

Méthode Description
ClearProperties ( ) : void
GetLoadingParameter ( ) : bool
GetShowDetail ( ) : void
InitProperties ( ) : void
LoadShowSeasons ( ) : void
OnSeasonSelected ( GUIListItem item, GUIControl parent ) : void
PublishSeasonSkinProperties ( TraktSeasonSummary season ) : void
PublishShowSkinProperties ( TraktShowSummary show ) : void
SendShowSeasonsToFacade ( IEnumerable seasons ) : void

Method Details

GUIShowSeasons() public méthode

public GUIShowSeasons ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnClicked() protected méthode

protected OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal.GUI.Library.Action
Résultat void

OnPageDestroy() protected méthode

protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
Résultat void

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void

OnShowContextMenu() protected méthode

protected OnShowContextMenu ( ) : void
Résultat void