C# Class PortBridgeAgent.PortMappingCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: RobBlackwell/PortBridge

Méthodes publiques

Méthode 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

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 ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
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

IndexOf() public méthode

public IndexOf ( PortBridgeAgent.PortMappingElement PortMapping ) : int
PortMapping PortBridgeAgent.PortMappingElement
Résultat int

PortMappingCollection() public méthode

public PortMappingCollection ( ) : System
Résultat System

Remove() public méthode

public Remove ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
Résultat void

Remove() public méthode

public Remove ( string targetHost ) : void
targetHost 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 ) : PortBridgeAgent.PortMappingElement
index int
Résultat PortBridgeAgent.PortMappingElement