C# Class TraktPlugin.GUI.GUISettingsAccount

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

Private Properties

Свойство Type Description
DisconnectAccount void
GetMaskedPassword string
HideAccountControls void
InitProperties void
IsValidEmail bool
ShowAccountControls void
ShowLoginMenu bool
TestAccount void
ValidateFields bool

Méthodes publiques

Méthode Description
GUISettingsAccount ( ) : System.Collections.Generic
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DisconnectAccount ( ) : void
GetMaskedPassword ( string password ) : string
HideAccountControls ( ) : void
InitProperties ( ) : void
IsValidEmail ( string emailAddress ) : bool
ShowAccountControls ( bool newUser ) : void
ShowLoginMenu ( ) : bool
TestAccount ( TraktAuthentication account ) : void
ValidateFields ( ) : bool

Method Details

GUISettingsAccount() public méthode

public GUISettingsAccount ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

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

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void