Property | Type | Description | |
---|---|---|---|
m_iEdgeWeight |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
EmailParticipantPair ( ) : System |
Initializes a new instance of the EmailParticipantPair class with default values. Do not use this constructor. It is for XML serialization only. |
|
EmailParticipantPair ( String participant1, String participant2, |
Initializes a new instance of the EmailParticipantPair class with specified values.
|
public EmailParticipantPair ( String participant1, String participant2, |
||
participant1 | String | /// The first participant, as an email address. Can't be null or empty. /// |
participant2 | String | /// The second participant, as an email address. Can't be null or empty. /// |
edgeWeight | /// The strength of the tie between the participants. Must be /// non-negative. /// | |
return | System |