C# Class MvcRouteConfig.Configuration.ConstraintConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: tdupont750/MvcRouteConfig

Public Methods

Method Description
this ( int index ) : ConstraintConfigurationElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

Method Details

CreateNewElement() protected method

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

GetElementKey() protected method

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

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
return bool

this() public method

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