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 data into an object storage identified by implemented interface.
Wraps up any copy-by-value data into an object, and saves it into storage by it's type.