Table of Contents

Class PollConnectionCollection

Namespace
Lers.Core
Assembly
Lers.System.dll

Коллекция подключений объекта учёта.

public class PollConnectionCollection : IEnumerable<PollConnection>, IEnumerable
Inheritance
PollConnectionCollection
Implements
Inherited Members
Extension Methods

Properties

Count

Количество подключений в коллекции.

public int Count { get; }

Property Value

int

Methods

Add(PollConnection)

Добавляет в коллекцию новый экземпляр подключения.

public void Add(PollConnection connection)

Parameters

connection PollConnection

Clear()

Удаляет все подключения из коллекции.

public void Clear()

Создаёт новый экземпляр подключения объекта учёта.

public PollConnection CreateNew(CommunicationLink linkType, string title)

Parameters

linkType CommunicationLink

Тип канала связи подключения.

title string

Наименование подключения.

Returns

PollConnection

GetEnumerator()

public IEnumerator<PollConnection> GetEnumerator()

Returns

IEnumerator<PollConnection>

Remove(PollConnection)

Удаляет из коллекции существующее подключение.

public bool Remove(PollConnection connection)

Parameters

connection PollConnection

Returns

bool