C# Class 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.
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_eWhatEdgeToInclude TwitterSearchNetworkAnalyzer.WhatToInclude
m_sName String

Méthodes publiques

Méthode Description
GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
ToString ( ) : String

Private Methods

Méthode Description
AssertValid ( ) : void
WhatEdgeToIncludeInformation ( TwitterSearchNetworkAnalyzer whatEdgeToInclude, String name ) : System

Initializes a new instance of the class.

Method Details

GetAllWhatEdgeToIncludeInformation() public static méthode

public static GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
Résultat WhatEdgeToIncludeInformation[]

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

m_eWhatEdgeToInclude protected_oe property

protected TwitterSearchNetworkAnalyzer.WhatToInclude m_eWhatEdgeToInclude
Résultat TwitterSearchNetworkAnalyzer.WhatToInclude

m_sName protected_oe property

protected String m_sName
Résultat String