ConfigurationRegistrar Class |
Namespace: Autofac.Configuration.Core
The ConfigurationRegistrar type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationRegistrar |
Initializes a new instance of the ConfigurationRegistrar class.
| |
| ConfigurationRegistrar(IComponentRegistrar, IModuleRegistrar) |
Initializes a new instance of the ConfigurationRegistrar class.
|
| Name | Description | |
|---|---|---|
| ComponentRegistrar |
Gets the component registration parser.
| |
| ModuleRegistrar |
Gets the module registration parser.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegisterConfiguration |
Registers the contents of a configuration section into a container builder.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
This default implementation of IConfigurationRegistrar processes IConfiguration contents into registrations for a ContainerBuilder. You may derive and override to extend the functionality or you may implement your own IConfigurationRegistrar.