C# 클래스 Smrf.NodeXL.GraphDataProviders.Facebook.FacebookNetworkAnalyzerBase

Base class for classes that analyze a Facebook network.
상속: HttpNetworkAnalyzerBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
HttpStatusCodesToFailImmediately HttpStatusCode[]

공개 메소드들

메소드 설명
AssertValid ( ) : void
ExceptionToMessage ( Exception oException ) : String
FacebookNetworkAnalyzerBase ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
AppendVertexTooltipXmlNodes ( GraphMLXmlDocument oGraphMLXmlDocument, XmlNode oVertexXmlNode, String sVertex, String sDisplayString ) : void

메소드 상세

AppendVertexTooltipXmlNodes() 보호된 메소드

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

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

ExceptionToMessage() 공개 메소드

public ExceptionToMessage ( Exception oException ) : String
oException System.Exception
리턴 String

FacebookNetworkAnalyzerBase() 공개 메소드

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

프로퍼티 상세

HttpStatusCodesToFailImmediately 보호되어 있는 정적으로 프로퍼티

protected static HttpStatusCode[] HttpStatusCodesToFailImmediately
리턴 HttpStatusCode[]