C# 클래스 Smrf.SocialNetworkLib.EmailParticipantPair

Represents a pair of participants in an email social network.
상속: ParticipantPair
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_iEdgeWeight System.Int32

공개 메소드들

메소드 설명
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, Int32 edgeWeight ) : System

Initializes a new instance of the EmailParticipantPair class with specified values.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

EmailParticipantPair() 공개 메소드

Initializes a new instance of the EmailParticipantPair class with default values.
Do not use this constructor. It is for XML serialization only.
public EmailParticipantPair ( ) : System
리턴 System

EmailParticipantPair() 공개 메소드

Initializes a new instance of the EmailParticipantPair class with specified values.
public EmailParticipantPair ( String participant1, String participant2, Int32 edgeWeight ) : System
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 System.Int32 /// The strength of the tie between the participants. Must be /// non-negative. ///
리턴 System

프로퍼티 상세

m_iEdgeWeight 보호되어 있는 프로퍼티

protected Int32,System m_iEdgeWeight
리턴 System.Int32