Constructors
-
Registration
Data(Service) Initializes a new instance of the RegistrationData class.
Methods
-
Add
Service(Service) Add a service to the registration, overriding the default. -
Add
Services(IEnumerable<Service>) Add multiple services for the registration, overriding the default. -
Clear
Services() Empties the configured services. -
Copy
From(Registration Copies the contents of another RegistrationData object into this one.Data, Boolean)
Properties
-
Activated
Handlers Gets the handlers for the Activated event. -
Activating
Handlers Gets the handlers for the Activating event. -
Deferred
Callback Gets or sets the callback used to register this component. - Lifetime Gets or sets the lifetime assigned to the component.
- Metadata Gets the extended properties assigned to the component.
- Ownership Gets or sets the instance ownership assigned to the component.
-
Preparing
Handlers Gets the handlers for the Preparing event. - Services Gets the services explicitly assigned to the component.
- Sharing Gets or sets the sharing mode assigned to the component.