# Functions
AddScopedITransient adds a type that implements ITransient.
AddScopedITransientByFunc adds a type by a custom func.
AddScopedITransientByFuncWithMetadata adds a type by a custom func.
AddScopedITransientWithMetadata adds a type that implements ITransient.
AddSingletonITransient adds a type that implements ITransient.
AddSingletonITransientByFunc adds a type by a custom func.
AddSingletonITransientByFuncWithMetadata adds a type by a custom func.
AddSingletonITransientByObj adds a prebuilt obj.
AddSingletonITransientByObjWithMetadata adds a prebuilt obj.
AddSingletonITransientWithMetadata adds a type that implements ITransient.
AddTransientITransient adds a type that implements ITransient.
AddTransientITransientByFunc adds a type by a custom func.
AddTransientITransientByFuncWithMetadata adds a type by a custom func.
AddTransientITransientWithMetadata adds a type that implements ITransient.
GetITransientDefinition returns that last definition registered that this container can provide.
GetITransientDefinitions returns all definitions that this container can provide.
GetITransientFromContainer alternative to SafeGetITransientFromContainer but panics of object is not present.
GetManyITransientFromContainer alternative to SafeGetManyITransientFromContainer but panics of object is not present.
RemoveAllITransient removes all ITransient from the DI.
SafeGetITransientFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyITransientFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeITransient used when your service claims to implement ITransient.
# Interfaces
No description provided by the author