C# Класс Smrf.NodeXL.GraphDataProviders.Twitter.TwitterGetUserNetworkDialog

Gets the network of people followed by a Twitter user or people whom a Twitter user follows.
Call Form.ShowDialog() to show the dialog. If it returns DialogResult.OK, get the network from the property.
Наследование: TwitterGraphDataProviderDialogBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_bExpandLatestStatusUrls System.Boolean
m_bIncludeFollowedFollowerEdges System.Boolean
m_bIncludeFollowedVertices System.Boolean
m_bIncludeFollowerVertices System.Boolean
m_bIncludeLatestStatuses System.Boolean
m_bIncludeMentionsEdges System.Boolean
m_bIncludeRepliesToEdges System.Boolean
m_eNetworkLevel NetworkLevel
m_iMaximumPeoplePerRequest System.Int32
m_sScreenNameToAnalyze String

Открытые методы

Метод Описание
AssertValid ( ) : void
TwitterGetUserNetworkDialog ( ) : System

Initializes a new instance of the class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
OnEmptyGraph ( ) : void
OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
StartAnalysis ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DoDataExchange() защищенный Метод

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

EnableControls() защищенный Метод

protected EnableControls ( ) : void
Результат void

OnEmptyGraph() защищенный Метод

protected OnEmptyGraph ( ) : void
Результат void

OnEventThatRequiresControlEnabling() защищенный Метод

protected OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

StartAnalysis() защищенный Метод

protected StartAnalysis ( ) : void
Результат void

TwitterGetUserNetworkDialog() публичный Метод

Initializes a new instance of the class.
public TwitterGetUserNetworkDialog ( ) : System
Результат System

btnOK_Click() защищенный Метод

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

m_bExpandLatestStatusUrls защищенное статическое свойство

protected static Boolean,System m_bExpandLatestStatusUrls
Результат System.Boolean

m_bIncludeFollowedFollowerEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeFollowedFollowerEdges
Результат System.Boolean

m_bIncludeFollowedVertices защищенное статическое свойство

protected static Boolean,System m_bIncludeFollowedVertices
Результат System.Boolean

m_bIncludeFollowerVertices защищенное статическое свойство

protected static Boolean,System m_bIncludeFollowerVertices
Результат System.Boolean

m_bIncludeLatestStatuses защищенное статическое свойство

protected static Boolean,System m_bIncludeLatestStatuses
Результат System.Boolean

m_bIncludeMentionsEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeMentionsEdges
Результат System.Boolean

m_bIncludeRepliesToEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeRepliesToEdges
Результат System.Boolean

m_eNetworkLevel защищенное статическое свойство

protected static NetworkLevel m_eNetworkLevel
Результат NetworkLevel

m_iMaximumPeoplePerRequest защищенное статическое свойство

protected static Int32,System m_iMaximumPeoplePerRequest
Результат System.Int32

m_sScreenNameToAnalyze защищенное статическое свойство

protected static String m_sScreenNameToAnalyze
Результат String