Intersoft.Client.Framework.Containers Namespace : IDependencyRegistrar Interface |
The following tables list the members exposed by IDependencyRegistrar.
Name | Description | |
---|---|---|
![]() | DefaultLifetimeManager | Gets or sets the LifetimeManger that is used by the IocContainer for new Registrations by default. |
Name | Description | |
---|---|---|
![]() | GetRegistration | Overloaded. Returns the registration of the specified type. |
![]() | GetRegistrations | Overloaded. Returns all registrations for the specified type. |
![]() | GetSpecificRegistration<TType> | Returns a specific registration based on the specified type and contract name. |
![]() | Register | Overloaded. Adds the function to resolve an unnamed registration of the specified type to the container. |
![]() | RegisterInstance | Overloaded. Registers an instance that will be returned whenever the IocContainer resolves the specified type. |
![]() | Remove | Overloaded. Removes the registration from the container. |