Click or drag to resize

IServiceManagerCreateInjectedOfAllTType Method

Creates injected instances of all TType

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<TType> CreateInjectedOfAll<TType>(
	Assembly fromAssembly = null
)

Parameters

fromAssembly (Optional)
Type: System.ReflectionAssembly

[Missing <param name="fromAssembly"/> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]

Type Parameters

TType

[Missing <typeparam name="TType"/> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]

Return Value

Type: IEnumerableTType

[Missing <returns> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]

See Also