Table of Contents

Class Dependency

Namespace
Dynamicweb.Extensibility.Dependencies
Assembly
Dynamicweb.Core.dll

Represents a dependency as it is registered in the service container.

public sealed class Dependency
Inheritance
Dependency
Inherited Members

Remarks

INTERNAL API - Use at your own risk.

Properties

ImplementationType

public required string ImplementationType { get; set; }

Property Value

string

IsOk

public bool IsOk { get; set; }

Property Value

bool

Lifetime

public required string Lifetime { get; set; }

Property Value

string

ServiceAssembly

public required string ServiceAssembly { get; set; }

Property Value

string

ServiceType

public required string ServiceType { get; set; }

Property Value

string

State

public required string State { get; set; }

Property Value

string
To top