Click or drag to resize

DependencyServiceManagerCreateInjectedOfAllTInterface Method

Create injected instances of all implementers of the specified TInterface

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

Parameters

fromAssembly (Optional)
Type: System.ReflectionAssembly

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

Type Parameters

TInterface
The type of interface to construct

Return Value

Type: IEnumerableTInterface

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

See Also