C# Class TraktPlugin.GUI.GUISettingsAccount

Inheritance: MediaPortal.GUI.Library.GUIWindow
Mostrar archivo Open project: trakt/Trakt-for-Mediaportal

Private Properties

Property Type Description
DisconnectAccount void
GetMaskedPassword string
HideAccountControls void
InitProperties void
IsValidEmail bool
ShowAccountControls void
ShowLoginMenu bool
TestAccount void
ValidateFields bool

Public Methods

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

Protected Methods

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

Private Methods

Method 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 method

public GUISettingsAccount ( ) : System.Collections.Generic
return System.Collections.Generic

Init() public method

public Init ( ) : bool
return bool

OnAction() public method

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
return void

OnClicked() protected method

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

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void