프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_sParticipant1 | String | ||
m_sParticipant2 | String |
메소드 | 설명 | |
---|---|---|
ParticipantPair ( ) : System |
Initializes a new instance of the ParticipantPair class with default values. Do not use this constructor. It is for XML serialization only. |
|
ParticipantPair ( String participant1, String participant2 ) : System |
Initializes a new instance of the ParticipantPair class with specified values.
|
|
ToString ( ) : String |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void |
public ParticipantPair ( String participant1, String participant2 ) : System | ||
participant1 | String | /// The first participant. Can't be null or empty. /// |
participant2 | String | /// The second participant. Can't be null or empty. /// |
리턴 | System |