C# Class PortBridgeAgent.PortMappingCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: RobBlackwell/PortBridge

Public Methods

Method Description
Add ( PortBridgeAgent.PortMappingElement PortMapping ) : void
Clear ( ) : void
IndexOf ( PortBridgeAgent.PortMappingElement PortMapping ) : int
PortMappingCollection ( ) : System
Remove ( PortBridgeAgent.PortMappingElement PortMapping ) : void
Remove ( string targetHost ) : void
RemoveAt ( int index ) : void
this ( int index ) : PortBridgeAgent.PortMappingElement

Protected Methods

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

Method Details

Add() public method

public Add ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
return void

BaseAdd() protected method

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

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

IndexOf() public method

public IndexOf ( PortBridgeAgent.PortMappingElement PortMapping ) : int
PortMapping PortBridgeAgent.PortMappingElement
return int

PortMappingCollection() public method

public PortMappingCollection ( ) : System
return System

Remove() public method

public Remove ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
return void

Remove() public method

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

RemoveAt() public method

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

this() public method

public this ( int index ) : PortBridgeAgent.PortMappingElement
index int
return PortBridgeAgent.PortMappingElement