System.Web.Configuration.RootProfilePropertySettingsCollection Members

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

See Also: Inherited members from System.Web.Configuration.ProfilePropertySettingsCollection

Public Constructors

Initializes a new instance of the System.Web.Configuration.RootProfilePropertySettingsCollection class using default settings.

Public Properties

Protected Properties

[read-only]
override
AllowClearbool.

Gets a value indicating whether the collection can be cleared.

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

Public Methods

override
Equals(object) : bool

Compares the current System.Web.Configuration.RootProfilePropertySettingsCollection object to another A System.Web.Configuration.RootProfilePropertySettingsCollection object.

override
GetHashCode() : int

Generates a hash code for the collection.

Protected Methods

override
IsModified() : bool

Indicates whether the collection has been modified since it was last saved or loaded.

override
OnDeserializeUnrecognizedElement(string, System.Xml.XmlReader) : bool
Documentation for this section has not yet been entered.
override
Reset(System.Configuration.ConfigurationElement)
Documentation for this section has not yet been entered.
override
ResetModified()

Resets the value of the RootProfilePropertySettingsCollection.IsModified property to false.

override
Unmerge(System.Configuration.ConfigurationElement, System.Configuration.ConfigurationElement, System.Configuration.ConfigurationSaveMode)
Documentation for this section has not yet been entered.