Inheritance
System.Object
ContainerServiceRegistry
Namespace:InfinniPlatform.IoC
Assembly:InfinniPlatform.Core.dll
public class ContainerServiceRegistry : object, IContainerServiceRegistry
Constructors
|
Improve this Doc
View Source
Declaration
public ContainerServiceRegistry(IContainer rootContainer)
Parameters
Type |
Name |
Description |
IContainer |
rootContainer |
|
Properties
|
Improve this Doc
View Source
Declaration
public IEnumerable<Type> Services { get; }
Property Value
Type |
Description |
IEnumerable<Type> |
|
Implements
Methods
|
Improve this Doc
View Source
Declaration
public bool IsRegistered(Type serviceType)
Parameters
Type |
Name |
Description |
Type |
serviceType |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
|
Improve this Doc
View Source
Declaration
public bool IsRegistered<TService>()where TService : class
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
Name |
Description |
TService |
|
Implements
Extension Methods