Class DependencyInjectionContainerSettings
- Namespace
- FoundationaLLM.Common.Models.Configuration.Environment
- Assembly
- FoundationaLLM.Common.dll
Represents the settings for the dependency injection container.
public class DependencyInjectionContainerSettings
- Inheritance
-
DependencyInjectionContainerSettings
- Inherited Members
- Extension Methods
Properties
Id
Gets or sets the identifier for the container.
public int Id { get; set; }