System.Web.Configuration.EventMappingSettingsCollection Members

The members of System.Web.Configuration.EventMappingSettingsCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

default property
Item(int)EventMappingSettings. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)EventMappingSettings. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Public Methods

Add(EventMappingSettings)

Adds an System.Web.Configuration.EventMappingSettings object to the collection.

Clear()

Removes all System.Web.Configuration.EventMappingSettings objects from the collection.

Contains(string) : bool

Indicates whether the collection contains an System.Web.Configuration.EventMappingSettings object with the specified name.

IndexOf(string) : int

Returns the index of the specified System.Web.Configuration.EventMappingSettings object.

Insert(int, EventMappingSettings)

Adds the specified System.Web.Configuration.EventMappingSettings object to the specified index point in the collection.

Remove(string)

Removes an System.Web.Configuration.EventMappingSettings object from the collection.

RemoveAt(int)

Removes an System.Web.Configuration.EventMappingSettings object from the collection.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.