C# 클래스 Smrf.NodeXL.GraphDataProviders.Flickr.FlickrNetworkAnalyzerBase

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

보호된 프로퍼티들

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

공개 메소드들

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

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
EnumerateXmlNodes ( String sUrl, String sXPath, Int32 iMaximumXmlNodes, System.Boolean bSkipMostPage1Errors, RequestStatistics oRequestStatistics ) : IEnumerable
FlickrScreenNameToUserID ( String sScreenNameAnyCase, String sApiKey, RequestStatistics oRequestStatistics, String &sUserID, String &sScreenNameCorrectCase ) : void
GetFlickrMethodUrl ( String sFlickrMethodName, String sApiKey, String sAdditionalParameters ) : String
GetUserIDUrlParameter ( String sUserID ) : String
GetXmlDocument ( String sUrl, RequestStatistics oRequestStatistics ) : XmlDocument
TryGetXmlDocument ( String sUrl, RequestStatistics oRequestStatistics, XmlDocument &oXmlDocument ) : System.Boolean

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

EnumerateXmlNodes() 보호된 메소드

protected EnumerateXmlNodes ( String sUrl, String sXPath, Int32 iMaximumXmlNodes, System.Boolean bSkipMostPage1Errors, RequestStatistics oRequestStatistics ) : IEnumerable
sUrl String
sXPath String
iMaximumXmlNodes System.Int32
bSkipMostPage1Errors System.Boolean
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
리턴 IEnumerable

ExceptionToMessage() 공개 메소드

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

FlickrNetworkAnalyzerBase() 공개 메소드

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

FlickrScreenNameToUserID() 보호된 메소드

protected FlickrScreenNameToUserID ( String sScreenNameAnyCase, String sApiKey, RequestStatistics oRequestStatistics, String &sUserID, String &sScreenNameCorrectCase ) : void
sScreenNameAnyCase String
sApiKey String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
sUserID String
sScreenNameCorrectCase String
리턴 void

GetFlickrMethodUrl() 보호된 메소드

protected GetFlickrMethodUrl ( String sFlickrMethodName, String sApiKey, String sAdditionalParameters ) : String
sFlickrMethodName String
sApiKey String
sAdditionalParameters String
리턴 String

GetUserIDUrlParameter() 보호된 메소드

protected GetUserIDUrlParameter ( String sUserID ) : String
sUserID String
리턴 String

GetXmlDocument() 보호된 메소드

protected GetXmlDocument ( String sUrl, RequestStatistics oRequestStatistics ) : XmlDocument
sUrl String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
리턴 System.Xml.XmlDocument

TryGetXmlDocument() 보호된 메소드

protected TryGetXmlDocument ( String sUrl, RequestStatistics oRequestStatistics, XmlDocument &oXmlDocument ) : System.Boolean
sUrl String
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
oXmlDocument System.Xml.XmlDocument
리턴 System.Boolean

프로퍼티 상세

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

protected static HttpStatusCode[] HttpStatusCodesToFailImmediately
리턴 HttpStatusCode[]