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

Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
FacebookLoginDialog ( FacebookGraphDataProviderDialogBase fcbDialog, string permissionsString ) : System
LogIn ( ) : void
LogOut ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

FacebookLoginDialog() public method

public FacebookLoginDialog ( FacebookGraphDataProviderDialogBase fcbDialog, string permissionsString ) : System
fcbDialog FacebookGraphDataProviderDialogBase
permissionsString string
return System

LogIn() public method

public LogIn ( ) : void
return void

LogOut() public method

public LogOut ( ) : void
return void