IFluentCompositor<TImplementation, TConfigurator>
TConfigurator InjectMember<TResult>(Expression<Func<TImplementation, TResult>> expression, object dependencyName = null)
Set a member (property / field) as a dependency should be filled by the container.
Sets a parameter-less factory delegate for the registration.
TConfigurator WithFactory(Func<IDependencyResolver, TImplementation> containerFactory, bool isCompiledLambda = false)
Sets a container factory delegate for the registration.
Sets a delegate which will be called when the container is being disposed.
Sets a delegate which will be called when the service is being constructed.