C# 클래스 PortBridgeAgent.PortMappingCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: RobBlackwell/PortBridge

공개 메소드들

메소드 설명
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