Table of Contents

Class ServiceProviderItem

Namespace
OrpheusCore.Configuration.Models
Assembly
OrpheusCore.dll

Service DI configuration item.

public class ServiceProviderItem
Inheritance
ServiceProviderItem
Inherited Members

Constructors

ServiceProviderItem()

Initializes a new instance of the ServiceProviderItem class.

public ServiceProviderItem()

Properties

ConstructorParameters

Gets or sets the constructor parameters.

public List<string> ConstructorParameters { get; set; }

Property Value

List<string>

The constructor parameters.

Remarks

Obsolete

Implementation

Gets or sets the implementation.

public string Implementation { get; set; }

Property Value

string

The implementation.

Service

Gets or sets the service.

public string Service { get; set; }

Property Value

string

The service.

ServiceLifetime

Gets or sets the service lifetime.

[JsonConverter(typeof(StringEnumConverter))]
public ServiceLifetime ServiceLifetime { get; set; }

Property Value

ServiceLifetime

The service lifetime.