C# Класс IntegrationPatterns.Infrastructure.Configuraiton.ProcessingUnitsCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( ProcessingUnitElement unit ) : void
Clear ( ) : void
ProcessingUnitsCollection ( ) : System
Remove ( ProcessingUnitElement unit ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : ProcessingUnitElement

Защищенные методы

Метод Описание
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Описание методов

Add() публичный Метод

public Add ( ProcessingUnitElement unit ) : void
unit ProcessingUnitElement
Результат void

BaseAdd() защищенный Метод

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

CreateNewElement() защищенный Метод

protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object

ProcessingUnitsCollection() публичный Метод

public ProcessingUnitsCollection ( ) : System
Результат System

Remove() публичный Метод

public Remove ( ProcessingUnitElement unit ) : void
unit ProcessingUnitElement
Результат void

Remove() публичный Метод

public Remove ( string name ) : void
name string
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

this() публичный Метод

public this ( int index ) : ProcessingUnitElement
index int
Результат ProcessingUnitElement