C# 클래스 TraktPlugin.GUI.GUISettingsAccount

상속: MediaPortal.GUI.Library.GUIWindow
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal

Private Properties

프로퍼티 타입 설명
DisconnectAccount void
GetMaskedPassword string
HideAccountControls void
InitProperties void
IsValidEmail bool
ShowAccountControls void
ShowLoginMenu bool
TestAccount void
ValidateFields bool

공개 메소드들

메소드 설명
GUISettingsAccount ( ) : System.Collections.Generic
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void

보호된 메소드들

메소드 설명
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageLoad ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GUISettingsAccount() 공개 메소드

public GUISettingsAccount ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

OnAction() 공개 메소드

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

OnClicked() 보호된 메소드

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

OnPageLoad() 보호된 메소드

protected OnPageLoad ( ) : void
리턴 void