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.
Mostra file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eWhatEdgeToInclude TwitterSearchNetworkAnalyzer.WhatToInclude
m_sName String

Public Methods

Method Description
GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
ToString ( ) : String

Private Methods

Method Description
AssertValid ( ) : void
WhatEdgeToIncludeInformation ( TwitterSearchNetworkAnalyzer whatEdgeToInclude, String name ) : System

Initializes a new instance of the class.

Method Details

GetAllWhatEdgeToIncludeInformation() public static method

public static GetAllWhatEdgeToIncludeInformation ( ) : WhatEdgeToIncludeInformation[]
return WhatEdgeToIncludeInformation[]

ToString() public method

public ToString ( ) : String
return String

Property Details

m_eWhatEdgeToInclude protected_oe property

protected TwitterSearchNetworkAnalyzer.WhatToInclude m_eWhatEdgeToInclude
return TwitterSearchNetworkAnalyzer.WhatToInclude

m_sName protected_oe property

protected String m_sName
return String