C# Class IntegrationPatterns.Infrastructure.Configuraiton.PipelinesCollection

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

Méthodes publiques

Méthode Description
Add ( PipelineElement pipeline ) : void
Clear ( ) : void
PipelinesCollection ( ) : System
Remove ( PipelineElement pipeline ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : PipelineElement

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 ( PipelineElement pipeline ) : void
pipeline PipelineElement
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

PipelinesCollection() public méthode

public PipelinesCollection ( ) : System
Résultat System

Remove() public méthode

public Remove ( PipelineElement pipeline ) : void
pipeline PipelineElement
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 ) : PipelineElement
index int
Résultat PipelineElement