System.Web.Configuration.RuleSettingsCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

default property
Item(int)RuleSettings. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)RuleSettings. 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(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