System.Web.Configuration.RuleSettingsCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Methods

Add(RuleSettings)

Adds a System.Web.Configuration.RuleSettings object to the collection.

Clear()

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

Contains(string) : bool

Returns true if the collection contains a System.Web.Configuration.RuleSettings object with the specified name.

IndexOf(string) : int

Finds the index of a System.Web.Configuration.RuleSettings object in the collection with the specified name.

Insert(int, RuleSettings)

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

Remove(string)

Removes a System.Web.Configuration.RuleSettings object from the collection.

RemoveAt(int)

Removes a System.Web.Configuration.RuleSettings object at the specified index location from the collection.

Protected Methods