System.Web.Configuration.EventMappingSettingsCollection: Method Members

The methods of System.Web.Configuration.EventMappingSettingsCollection are listed below. For a list of all members, see the EventMappingSettingsCollection Members list.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

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.