C# 클래스 Smrf.NodeXL.GraphMLLib.TwitterUser

Represents a user in a Twitter network.
This class wraps the GraphML XML node that represents a user in a Twitter network, together with one or more statuses for the user.

This is meant for use while creating Twitter GraphML XML documents for use with the NodeXL Excel Template.

상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_ScreenName String
m_Statuses LinkedList
m_VertexXmlNode System.Xml.XmlNode

공개 메소드들

메소드 설명
TwitterUser ( String screenName, XmlNode vertexXmlNode ) : System

Initializes a new instance of the TwitterUser class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

TwitterUser() 공개 메소드

Initializes a new instance of the TwitterUser class.
public TwitterUser ( String screenName, XmlNode vertexXmlNode ) : System
screenName String /// The user's screen name. ///
vertexXmlNode System.Xml.XmlNode /// The vertex XmlNode from a GraphMLXmlDocument that represents the user /// in a Twitter network. ///
리턴 System

프로퍼티 상세

m_ScreenName 보호되어 있는 프로퍼티

protected String m_ScreenName
리턴 String

m_Statuses 보호되어 있는 프로퍼티

protected LinkedList m_Statuses
리턴 LinkedList

m_VertexXmlNode 보호되어 있는 프로퍼티

protected XmlNode,System.Xml m_VertexXmlNode
리턴 System.Xml.XmlNode