MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­Injection.​ImplementationDependency­Injection­Framework­Registration
Open sandboxFocus

DependencyInjectionFrameworkRegistration Class

Represents a registration of a IDependencyInjectionFramework.

Inheritance
DependencyInjectionFrameworkRegistration
Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public sealed class DependencyInjectionFrameworkRegistration : Object, IIncrementalKeyedCollectionItem<Type>, IIncrementalObject, ICompileTimeSerializable

Constructors

Name Description
DependencyInjectionFrameworkRegistration(Type, Nullable<Int32>)

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.

Explicit Interface Implementations

Name Description
IIncrementalKeyedCollectionItem<Type>.Key