C# Class Smrf.SocialNetworkLib.EmailParticipantCriteria

Stores search critera for one participant in an email social network.
An array of EmailParticipantCriteria objects gets passed to EmailNetworkAnalyzer.AnalyzeEmailNetwork().
Inheritance: Object
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_eIncludedIn IncludedIn
m_sParticipant String

Public Methods

Method Description
EmailParticipantCriteria ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

EmailParticipantCriteria() public method

Initializes a new instance of the class.
public EmailParticipantCriteria ( ) : System
return System

Property Details

m_eIncludedIn protected_oe property

protected IncludedIn m_eIncludedIn
return IncludedIn

m_sParticipant protected_oe property

protected String m_sParticipant
return String