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

Base class for classes that analyze a Facebook network.
Inheritance: HttpNetworkAnalyzerBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
HttpStatusCodesToFailImmediately HttpStatusCode[]

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ExceptionToMessage ( Exception oException ) : String
FacebookNetworkAnalyzerBase ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
AppendVertexTooltipXmlNodes ( GraphMLXmlDocument oGraphMLXmlDocument, XmlNode oVertexXmlNode, String sVertex, String sDisplayString ) : void

Method Details

AppendVertexTooltipXmlNodes() protected méthode

protected AppendVertexTooltipXmlNodes ( GraphMLXmlDocument oGraphMLXmlDocument, XmlNode oVertexXmlNode, String sVertex, String sDisplayString ) : void
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oVertexXmlNode System.Xml.XmlNode
sVertex String
sDisplayString String
Résultat void

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

ExceptionToMessage() public méthode

public ExceptionToMessage ( Exception oException ) : String
oException System.Exception
Résultat String

FacebookNetworkAnalyzerBase() public méthode

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

Property Details

HttpStatusCodesToFailImmediately protected_oe static_oe property

protected static HttpStatusCode[] HttpStatusCodesToFailImmediately
Résultat HttpStatusCode[]