C# Class Smrf.NodeXL.GraphDataProviders.Flickr.FlickrRelatedTagNetworkAnalyzer

Gets a network of related Flickr tags.
Use GetNetworkAsync to asynchronously get an undirected network of Flickr tags that are related to a specified tag.
Inheritance: FlickrNetworkAnalyzerBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
FlickrRelatedTagNetworkAnalyzer ( ) : System

Initializes a new instance of the class.

GetNetworkAsync ( String tag, WhatToInclude whatToInclude, NetworkLevel networkLevel, String apiKey ) : void

Méthodes protégées

Méthode Description
AppendSampleThumbnails ( XmlNode>.Dictionary oTagDictionary, GraphMLXmlDocument oGraphMLXmlDocument, String sApiKey, RequestStatistics oRequestStatistics ) : void
AppendVertexXmlNode ( String sTag, GraphMLXmlDocument oGraphMLXmlDocument, XmlNode>.Dictionary oTagDictionary ) : void
BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
CreateGraphMLXmlDocument ( System.Boolean bIncludeSampleThumbnails ) : GraphMLXmlDocument
GetNetworkDescription ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel ) : String
GetRelatedTagsInternal ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey ) : XmlDocument
GetRelatedTagsInternal ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
GetRelatedTagsRecursive ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey, Int32 iRecursionLevel, GraphMLXmlDocument oGraphMLXmlDocument, XmlNode>.Dictionary oTagDictionary, RequestStatistics oRequestStatistics ) : void
TryGetSampleImageUrl ( String sTag, String sApiKey, RequestStatistics oRequestStatistics, String &sSampleImageUrl ) : System.Boolean
WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean

Method Details

AppendSampleThumbnails() protected méthode

protected AppendSampleThumbnails ( XmlNode>.Dictionary oTagDictionary, GraphMLXmlDocument oGraphMLXmlDocument, String sApiKey, RequestStatistics oRequestStatistics ) : void
oTagDictionary XmlNode>.Dictionary
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
sApiKey String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
Résultat void

AppendVertexXmlNode() protected méthode

protected AppendVertexXmlNode ( String sTag, GraphMLXmlDocument oGraphMLXmlDocument, XmlNode>.Dictionary oTagDictionary ) : void
sTag String
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oTagDictionary XmlNode>.Dictionary
Résultat void

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

BackgroundWorker_DoWork() protected méthode

protected BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Résultat void

CreateGraphMLXmlDocument() protected méthode

protected CreateGraphMLXmlDocument ( System.Boolean bIncludeSampleThumbnails ) : GraphMLXmlDocument
bIncludeSampleThumbnails System.Boolean
Résultat Smrf.XmlLib.GraphMLXmlDocument

FlickrRelatedTagNetworkAnalyzer() public méthode

Initializes a new instance of the class.
public FlickrRelatedTagNetworkAnalyzer ( ) : System
Résultat System

GetNetworkAsync() public méthode

public GetNetworkAsync ( String tag, WhatToInclude whatToInclude, NetworkLevel networkLevel, String apiKey ) : void
tag String
whatToInclude WhatToInclude
networkLevel NetworkLevel
apiKey String
Résultat void

GetNetworkDescription() protected méthode

protected GetNetworkDescription ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel ) : String
sTag String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
Résultat String

GetRelatedTagsInternal() protected méthode

protected GetRelatedTagsInternal ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey ) : XmlDocument
sTag String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
sApiKey String
Résultat System.Xml.XmlDocument

GetRelatedTagsInternal() protected méthode

protected GetRelatedTagsInternal ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
sTag String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
sApiKey String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
Résultat void

GetRelatedTagsRecursive() protected méthode

protected GetRelatedTagsRecursive ( String sTag, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, String sApiKey, Int32 iRecursionLevel, GraphMLXmlDocument oGraphMLXmlDocument, XmlNode>.Dictionary oTagDictionary, RequestStatistics oRequestStatistics ) : void
sTag String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
sApiKey String
iRecursionLevel System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oTagDictionary XmlNode>.Dictionary
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
Résultat void

TryGetSampleImageUrl() protected méthode

protected TryGetSampleImageUrl ( String sTag, String sApiKey, RequestStatistics oRequestStatistics, String &sSampleImageUrl ) : System.Boolean
sTag String
sApiKey String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
sSampleImageUrl String
Résultat System.Boolean

WhatToIncludeFlagIsSet() protected méthode

protected WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean
eORedEnumFlags WhatToInclude
eORedEnumFlagsToCheck WhatToInclude
Résultat System.Boolean