C# Класс PortBridgeAgent.PortMappingCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Описание методов

Add() публичный Метод

public Add ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
Результат void

BaseAdd() защищенный Метод

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

CreateNewElement() защищенный Метод

protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object

IndexOf() публичный Метод

public IndexOf ( PortBridgeAgent.PortMappingElement PortMapping ) : int
PortMapping PortBridgeAgent.PortMappingElement
Результат int

PortMappingCollection() публичный Метод

public PortMappingCollection ( ) : System
Результат System

Remove() публичный Метод

public Remove ( PortBridgeAgent.PortMappingElement PortMapping ) : void
PortMapping PortBridgeAgent.PortMappingElement
Результат void

Remove() публичный Метод

public Remove ( string targetHost ) : void
targetHost string
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

this() публичный Метод

public this ( int index ) : PortBridgeAgent.PortMappingElement
index int
Результат PortBridgeAgent.PortMappingElement