C# 클래스 System.Net.Configuration.AuthenticationModuleElementCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Add ( AuthenticationModuleElement element ) : void
AuthenticationModuleElementCollection ( ) : System
Clear ( ) : void
IndexOf ( AuthenticationModuleElement element ) : int
Remove ( AuthenticationModuleElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : AuthenticationModuleElement
this ( string name ) : AuthenticationModuleElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

메소드 상세

Add() 공개 메소드

public Add ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
리턴 void

AuthenticationModuleElementCollection() 공개 메소드

public AuthenticationModuleElementCollection ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 ConfigurationElement

GetElementKey() 보호된 메소드

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

IndexOf() 공개 메소드

public IndexOf ( AuthenticationModuleElement element ) : int
element AuthenticationModuleElement
리턴 int

Remove() 공개 메소드

public Remove ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
리턴 void

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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