C# Класс Smrf.SocialNetworkLib.EmailParticipantPair

Represents a pair of participants in an email social network.
Наследование: ParticipantPair
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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