Represents a registration of a IDependencyInjectionFramework.
Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public sealed class DependencyInjectionFrameworkRegistration : IIncrementalKeyedCollectionItem<Type>, IIncrementalObject, ICompileTimeSerializable
Constructors
Name | Description |
---|---|
DependencyInjectionFrameworkRegistration(Type, int?) | Initializes a new instance of the DependencyInjectionFrameworkRegistration class. |
Properties
Name | Description |
---|---|
Priority | Gets the priority of the framework. |
Type | Gets the framework adapter type, a type implementing the IDependencyInjectionFramework interface. |