C# 클래스 System.Configuration.ConnectionStringSettingsCollection

상속: ConfigurationElementCollection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ConnectionStringSettings settings ) : void
Clear ( ) : void
IndexOf ( ConnectionStringSettings settings ) : int
Remove ( ConnectionStringSettings settings ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : ConnectionStringSettings
this ( string name ) : ConnectionStringSettings

보호된 메소드들

메소드 설명
BaseAdd ( int index, ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

비공개 메소드들

메소드 설명
ConnectionStringSettingsCollection ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( ConnectionStringSettings settings ) : void
settings ConnectionStringSettings
리턴 void

BaseAdd() 보호된 메소드

protected BaseAdd ( int index, ConfigurationElement element ) : void
index int
element ConfigurationElement
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
리턴 Object

IndexOf() 공개 메소드

public IndexOf ( ConnectionStringSettings settings ) : int
settings ConnectionStringSettings
리턴 int

Remove() 공개 메소드

public Remove ( ConnectionStringSettings settings ) : void
settings ConnectionStringSettings
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : ConnectionStringSettings
index int
리턴 ConnectionStringSettings

this() 공개 메소드

public this ( string name ) : ConnectionStringSettings
name string
리턴 ConnectionStringSettings