C# 클래스 Smrf.NodeXL.GraphDataProviders.Twitter.TwitterGetSearchNetworkDialog.WhatEdgeToIncludeInformation

Stores information about one edge-related flag in the enumeration.
Call GetAllWhatEdgeToIncludeInformation to get information about each edge-related flag in the enumeration.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_eWhatEdgeToInclude TwitterSearchNetworkAnalyzer.WhatToInclude
m_sName String

공개 메소드들

메소드 설명
GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
ToString ( ) : String

비공개 메소드들

메소드 설명
AssertValid ( ) : void
WhatEdgeToIncludeInformation ( TwitterSearchNetworkAnalyzer whatEdgeToInclude, String name ) : System

Initializes a new instance of the class.

메소드 상세

GetAllWhatEdgeToIncludeInformation() 공개 정적인 메소드

public static GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
리턴 WhatEdgeToIncludeInformation[]

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

m_eWhatEdgeToInclude 보호되어 있는 프로퍼티

protected TwitterSearchNetworkAnalyzer.WhatToInclude m_eWhatEdgeToInclude
리턴 TwitterSearchNetworkAnalyzer.WhatToInclude

m_sName 보호되어 있는 프로퍼티

protected String m_sName
리턴 String