C# Class IntegrationPatterns.Infrastructure.Configuraiton.ChannelReferencesCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: HaishiBai/EnterpriseIntegrationPatterns Class Usage Examples

Public Methods

Method Description
Add ( ChannelReferenceElement channel ) : void
ChannelReferencesCollection ( ) : System
Clear ( ) : void
Remove ( ChannelReferenceElement channel ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : ChannelReferenceElement

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public method

public Add ( ChannelReferenceElement channel ) : void
channel ChannelReferenceElement
return void

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

ChannelReferencesCollection() public method

public ChannelReferencesCollection ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

Remove() public method

public Remove ( ChannelReferenceElement channel ) : void
channel ChannelReferenceElement
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : ChannelReferenceElement
index int
return ChannelReferenceElement