Méthode | Description | |
---|---|---|
AddService ( |
Add a new service.
|
|
AddServices ( IServiceFilter serviceFilter ) : void |
Add all services which the concrete type implements
|
|
ComponentRegistration ( |
Initializes a new instance of the ComponentRegistration class.
|
|
Implements ( |
Checks if the current concrete implements the specified class.
|
public AddService ( |
||
service | Service that the class implementes. | |
Résultat | void |
public AddServices ( IServiceFilter serviceFilter ) : void | ||
serviceFilter | IServiceFilter | Used to filter implemented services. |
Résultat | void |
public ComponentRegistration ( |
||
concreteType | Type to create. | |
lifetime | Lifetime | The lifetime. |
Résultat | System |
public Implements ( |
||
service | Service to check for | |
Résultat | bool |