C# Class Smrf.NodeXL.GraphDataProviders.Twitter.TwitterAuthorizingDialog

Tells the user that the Twitter authorization page has been opened in a browser window, and accepts the PIN that Twitter provides after authorization is complete.
If Form.ShowDialog() returns DialogResult.OK, get the PIN from the Pin property.
Inheritance: Smrf.AppLib.FormPlus
Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_sPin String

Public Methods

Method Description
AssertValid ( ) : void
TwitterAuthorizingDialog ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnOK_Click ( object sender, System e ) : void
lnkPrivacy_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

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

DoDataExchange() protected method

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
return System.Boolean

TwitterAuthorizingDialog() public method

Initializes a new instance of the class.
public TwitterAuthorizingDialog ( ) : System
return System

Property Details

m_sPin protected_oe property

protected String m_sPin
return String