C# 클래스 Sharpen.Server.Configuration.ScriptCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: nikhilk/sharpen 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ScriptElement script ) : void
Clear ( ) : void
Remove ( ScriptElement script ) : void
ScriptCollection ( ) : System
this ( int index ) : ScriptElement
this ( string name ) : ScriptElement

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetElement ( string scriptName, string flavor ) : ScriptElement

메소드 상세

Add() 공개 메소드

public Add ( ScriptElement script ) : void
script ScriptElement
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

Remove() 공개 메소드

public Remove ( ScriptElement script ) : void
script ScriptElement
리턴 void

ScriptCollection() 공개 메소드

public ScriptCollection ( ) : System
리턴 System

this() 공개 메소드

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

this() 공개 메소드

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