C# Class IntegrationPatterns.Infrastructure.Configuraiton.ProcessingUnitsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: HaishiBai/EnterpriseIntegrationPatterns

Méthodes publiques

Méthode Description
Add ( ProcessingUnitElement unit ) : void
Clear ( ) : void
ProcessingUnitsCollection ( ) : System
Remove ( ProcessingUnitElement unit ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : ProcessingUnitElement

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public méthode

public Add ( ProcessingUnitElement unit ) : void
unit ProcessingUnitElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

ProcessingUnitsCollection() public méthode

public ProcessingUnitsCollection ( ) : System
Résultat System

Remove() public méthode

public Remove ( ProcessingUnitElement unit ) : void
unit ProcessingUnitElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : ProcessingUnitElement
index int
Résultat ProcessingUnitElement