Beamable SDK
Beamable.Common.Dependencies.IDependencyBuilder Member List

This is the complete list of members for Beamable.Common.Dependencies.IDependencyBuilder, including all inherited members.

AddScoped< T >(Func< IDependencyProvider, T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< T >(Func< T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< T >(T service)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< T >()Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< TInterface, TImpl >(Func< IDependencyProvider, TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< TInterface, TImpl >(Func< TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< TInterface, TImpl >(TInterface service)Beamable.Common.Dependencies.IDependencyBuilder
AddScoped< TInterface, TImpl >()Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton(Type t)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< T >(Func< IDependencyProvider, T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< T >(Func< T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< T >(Type registeredType, Func< T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< T >(T service)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< T >()Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< TInterface, TImpl >(Func< IDependencyProvider, TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< TInterface, TImpl >(Func< TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< TInterface, TImpl >(TInterface service)Beamable.Common.Dependencies.IDependencyBuilder
AddSingleton< TInterface, TImpl >()Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< T >(Func< IDependencyProvider, T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< T >(Func< T > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< T >()Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< TInterface, TImpl >(Func< IDependencyProvider, TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< TInterface, TImpl >(Func< TInterface > factory)Beamable.Common.Dependencies.IDependencyBuilder
AddTransient< TInterface, TImpl >()Beamable.Common.Dependencies.IDependencyBuilder
Build()Beamable.Common.Dependencies.IDependencyBuilder
Clone()Beamable.Common.Dependencies.IDependencyBuilder
Has< T >()Beamable.Common.Dependencies.IDependencyBuilder
Remove< T >()Beamable.Common.Dependencies.IDependencyBuilder
RemoveIfExists< T >()Beamable.Common.Dependencies.IDependencyBuilder