RegistrationBuilder Methods |
The RegistrationBuilder type exposes the following members.
Methods
| Name | Description |
---|
| CreateRegistration(Guid, RegistrationData, IInstanceActivator, IResolvePipelineBuilder, Service) |
Create an IComponentRegistration from data.
|
| CreateRegistration(Guid, RegistrationData, IInstanceActivator, IResolvePipelineBuilder, Service, IComponentRegistration) |
Create an IComponentRegistration from data.
|
| CreateRegistrationTLimit, TActivatorData, TSingleRegistrationStyle(IRegistrationBuilderTLimit, TActivatorData, TSingleRegistrationStyle) | |
| ForDelegate(Type, FuncIComponentContext, IEnumerableParameter, Object) |
Creates a registration builder for the provided delegate.
|
| ForDelegateT(FuncIComponentContext, IEnumerableParameter, T) |
Creates a registration builder for the provided delegate.
|
| ForType(Type) |
Creates a registration builder for the provided type.
|
| ForTypeTImplementer |
Creates a registration builder for the provided type.
|
| RegisterSingleComponentTLimit, TActivatorData, TSingleRegistrationStyle |
Register a component in the component registry. This helper method is necessary
in order to execute OnRegistered hooks and respect PreserveDefaults.
|
TopSee Also