C# Class RCL.Web.Routing.RouteElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: debop/NFramework

Public Methods

Method Description
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

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( RouteConfigElement url ) : void
url RouteConfigElement
return void

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

CreateNewElement() protected method

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( RouteConfigElement url ) : int
url RouteConfigElement
return int

Remove() public method

public Remove ( RouteConfigElement url ) : void
url RouteConfigElement
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RouteElementCollection() public method

public RouteElementCollection ( ) : System
return System

this() public method

public this ( int index ) : RouteConfigElement
index int
return RouteConfigElement

this() public method

public this ( string Name ) : RouteConfigElement
Name string
return RouteConfigElement