Partilhar via


TypeRegistrationProvidersConfigurationSection 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 latest Enterprise Library information can be found at the Enterprise Library site.

The TypeRegistrationProvidersConfigurationSection type exposes the following members.

Constructors

  Name Description
Public method TypeRegistrationProvidersConfigurationSection
Initializes a new instance of the TypeRegistrationProvidersConfigurationSection class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public fieldStatic member CachingTypeRegistrationProviderName
The Type Registration Provider name for the Caching Application Block
Public fieldStatic member CryptographyTypeRegistrationProviderName
The Type Registration Provider name for the Cryptography Application Block
Public fieldStatic member DataAccessTypeRegistrationProviderName
The Type Registration Provider name for the Data Access Application Block
Public fieldStatic member ExceptionHandlingTypeRegistrationProviderName
The Type Registration Provider name for the Exception Handling Application Block
Public fieldStatic member InstrumentationTypeRegistrationProviderName
The Type Registration Provider name for Instrumentation Configuration
Public fieldStatic member LoggingTypeRegistrationProviderName
The Type Registration Provider name for the Logging Application Block
Public fieldStatic member PolicyInjectionTypeRegistrationProviderName
The Type Registration Provider name for the Policy Injection Application Block
Public fieldStatic member SectionName
The section name under which this configuration section is expected to be found.
Public fieldStatic member SecurityTypeRegistrationProviderName
The Type Registration Provider name for the Security Application Block
Public fieldStatic member ValidationTypeRegistrationProviderName
The Type Registration Provider name for the Validation Application Block

Properties

  Name Description
Public property TypeRegistrationProviders
Gets the collection of TypeRegistrationProviderElement configured in this section.

See Also

TypeRegistrationProvidersConfigurationSection Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace