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

Base class for classes that analyze a Facebook network.
Inheritance: HttpNetworkAnalyzerBase
显示文件 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
HttpStatusCodesToFailImmediately HttpStatusCode[]

Public Methods

Method Description
AssertValid ( ) : void
ExceptionToMessage ( Exception oException ) : String
FacebookNetworkAnalyzerBase ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
AppendVertexTooltipXmlNodes ( GraphMLXmlDocument oGraphMLXmlDocument, XmlNode oVertexXmlNode, String sVertex, String sDisplayString ) : void

Method Details

AppendVertexTooltipXmlNodes() protected method

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

AssertValid() public method

public AssertValid ( ) : void
return void

ExceptionToMessage() public method

public ExceptionToMessage ( Exception oException ) : String
oException System.Exception
return String

FacebookNetworkAnalyzerBase() public method

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

Property Details

HttpStatusCodesToFailImmediately protected_oe static_oe property

protected static HttpStatusCode[] HttpStatusCodesToFailImmediately
return HttpStatusCode[]