IComponentRegistration Properties |
The IComponentRegistration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activator |
Gets the activator used to create instances.
|
![]() | Id |
Gets a unique identifier for this component (shared in all sub-contexts.)
This value also appears in Services.
|
![]() | Lifetime |
Gets the lifetime associated with the component.
|
![]() | Metadata |
Gets additional data associated with the component.
|
![]() | Options |
Gets the options for the registration.
|
![]() | Ownership |
Gets a value indicating whether the instances of the component should be disposed by the container.
|
![]() | ResolvePipeline |
Gets the resolve pipeline for the component.
|
![]() | Services |
Gets the services provided by the component.
|
![]() | Sharing |
Gets a value indicating whether the component instances are shared or not.
|
![]() | Target |
Gets the component registration upon which this registration is based.
|