C# 클래스 RCL.Web.Routing.RouteElementCollection

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

공개 메소드들

메소드 설명
Add ( RouteConfigElement url ) : void
Clear ( ) : void
IndexOf ( RouteConfigElement url ) : int
Remove ( RouteConfigElement url ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
RouteElementCollection ( ) : System
this ( int index ) : RouteConfigElement
this ( string Name ) : RouteConfigElement

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

메소드 상세

Add() 공개 메소드

public Add ( RouteConfigElement url ) : void
url RouteConfigElement
리턴 void

BaseAdd() 보호된 메소드

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

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

CreateNewElement() 보호된 메소드

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

GetElementKey() 보호된 메소드

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

IndexOf() 공개 메소드

public IndexOf ( RouteConfigElement url ) : int
url RouteConfigElement
리턴 int

Remove() 공개 메소드

public Remove ( RouteConfigElement url ) : void
url RouteConfigElement
리턴 void

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

RouteElementCollection() 공개 메소드

public RouteElementCollection ( ) : System
리턴 System

this() 공개 메소드

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

this() 공개 메소드

public this ( string Name ) : RouteConfigElement
Name string
리턴 RouteConfigElement