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 | |
---|---|---|
CustomProviderDataHelper<T> |
Initializes a new instance of the CustomProviderDataHelper<T> class for a configuration object.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleIsModified |
Concrete implementation of IsModified().
|
|
HandleOnDeserializeUnrecognizedAttribute |
Concrete implementation of OnDeserializeUnrecognizedAttribute(String, String).
|
|
HandleReset |
Concrete implementation of Reset(ConfigurationElement).
|
|
HandleSetAttributeValue |
Sets the value to the specified attribute and updates the properties collection.
|
|
HandleUnmerge |
Concrete implementation of Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode).
|
|
IsKnownPropertyName |
Returns whether the property name is known in advance, i.e. it is not a dynamic property.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
propertiesCollection |
Collection of managed properties
|
Properties
Name | Description | |
---|---|---|
Attributes |
Gets the collection of custom attributes.
|
|
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. |