PropertyInjectionModule Class |
Namespace: Autofac.Integration.Web.Forms
The PropertyInjectionModule type exposes the following members.
Name | Description | |
---|---|---|
PropertyInjectionModule | Initializes a new instance of the PropertyInjectionModule class |
Name | Description | |
---|---|---|
NoInjection |
Gets a behavior that does not inject dependencies.
(Inherited from DependencyInjectionModule.) | |
PropertyInjection |
Gets a behavior that injects resolvable dependencies.
(Inherited from DependencyInjectionModule.) | |
UnsetPropertyInjection |
Gets a behavior that injects unset, resolvable dependencies.
(Inherited from DependencyInjectionModule.) |
Name | Description | |
---|---|---|
Dispose |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
(Inherited from DependencyInjectionModule.) | |
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.) | |
GetInjectionBehavior |
Internal for testability outside of a web application.
(Inherited from DependencyInjectionModule.) | |
GetInjectionBehaviorForHandlerType |
Override to customise injection behavior based on HTTP Handler type.
(Overrides DependencyInjectionModuleGetInjectionBehaviorForHandlerType(Type).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init |
Initializes a module and prepares it to handle requests.
(Inherited from DependencyInjectionModule.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |