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

Protected Properties

Свойство Type Description
m_eIncludedIn IncludedIn
m_sParticipant String

Méthodes publiques

Méthode Description
EmailParticipantCriteria ( ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

EmailParticipantCriteria() public méthode

Initializes a new instance of the class.
public EmailParticipantCriteria ( ) : System
Résultat System

Property Details

m_eIncludedIn protected_oe property

protected IncludedIn m_eIncludedIn
Résultat IncludedIn

m_sParticipant protected_oe property

protected String m_sParticipant
Résultat String