CustomProviderDataHelper<T> Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The CustomProviderDataHelper<T> type exposes the following members.

Constructors

  Name Description
Public method CustomProviderDataHelper<T>
Initializes a new instance of the CustomProviderDataHelper<T> class for a configuration object.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HandleIsModified
Concrete implementation of IsModified().
Public method HandleOnDeserializeUnrecognizedAttribute
Public method HandleReset
Concrete implementation of Reset(ConfigurationElement).
Public method HandleSetAttributeValue
Sets the value to the specified attribute and updates the properties collection.
Public method HandleUnmerge
Protected method IsKnownPropertyName
Returns whether the property name is known in advance, i.e. it is not a dynamic property.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields

  Name Description
Protected field propertiesCollection
Collection of managed properties

Properties

  Name Description
Public property Attributes
Gets the collection of custom attributes.
Public property Properties
Gets a ConfigurationPropertyCollection of the properties that are defined for this configuration element when implemented in a derived class.

See Also

CustomProviderDataHelper<T> Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.