C# Class Smrf.NodeXL.GraphDataProviders.Facebook.FacebookLoginDialog

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
FacebookLoginDialog ( FacebookGraphDataProviderDialogBase fcbDialog, string permissionsString ) : System
LogIn ( ) : void
LogOut ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DisableComponents ( FacebookGraphDataProviderDialogBase fcbDialog ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

deleteCookies ( ) : void
webBrowser1_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
webBrowser1_Navigated ( object sender, WebBrowserNavigatedEventArgs e ) : void
webBrowser1_NewWindow ( object sender, CancelEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FacebookLoginDialog() public méthode

public FacebookLoginDialog ( FacebookGraphDataProviderDialogBase fcbDialog, string permissionsString ) : System
fcbDialog FacebookGraphDataProviderDialogBase
permissionsString string
Résultat System

LogIn() public méthode

public LogIn ( ) : void
Résultat void

LogOut() public méthode

public LogOut ( ) : void
Résultat void