C# Class RCL.Web.Routing.RouteElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public méthode

public Add ( RouteConfigElement url ) : void
url RouteConfigElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

CreateNewElement() protected méthode

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
Résultat Object

IndexOf() public méthode

public IndexOf ( RouteConfigElement url ) : int
url RouteConfigElement
Résultat int

Remove() public méthode

public Remove ( RouteConfigElement url ) : void
url RouteConfigElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RouteElementCollection() public méthode

public RouteElementCollection ( ) : System
Résultat System

this() public méthode

public this ( int index ) : RouteConfigElement
index int
Résultat RouteConfigElement

this() public méthode

public this ( string Name ) : RouteConfigElement
Name string
Résultat RouteConfigElement