register
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator, string id)
- auto register(ConfigurableContainer storage, string id)
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator)
- auto register(ConfigurableContainer storage)
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator)
- auto register(ConfigurableContainer storage)
- auto register(R storageLocator, Locator!() locator, string id, string storageId)
- auto register(R locator, string id, string storageId)
- auto register(R storageLocator, Locator!() locator, string storageId)
- auto register(R locator, string storageId)
- auto register(Storage!(Object, string) storage, Type data, string id)
- auto register(Storage!(Object, string) storage, Type data)
- auto register(Storage!(Object, string) storage, Type data)
- auto register(R locator, Type data, string id, string storageId)
- auto register(R storage, Type object, string storageId)
Register an object into a storage by storageId located in storageLocator with id being FQN of an Interface that object implements.