C# Class Smrf.NodeXL.GraphDataProviders.YouTube.YouTubeUserNetworkGraphDataProvider

Gets a network of people related to a YouTube user.
Call GraphDataProviderBase.TryGetGraphDataAsTemporaryFile to get the network as a temporary GraphML file.
Inheritance: GraphDataProviderBase
Show file Open project: 2014-sed-team3/term-project

Public Methods

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

Initializes a new instance of the class.

Protected Methods

Method Description
CreateDialog ( ) : GraphDataProviderDialogBase

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CreateDialog() protected method

protected CreateDialog ( ) : GraphDataProviderDialogBase
return GraphDataProviderDialogBase

YouTubeUserNetworkGraphDataProvider() public method

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