Skip to content

Interface ITechnologyServiceContributor

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Configures services required by active technology profiles.

public interface ITechnologyServiceContributor

ConfigureTechnologyServices(IServiceCollection, TechnologySelection)

Section titled “ ConfigureTechnologyServices(IServiceCollection, TechnologySelection)”

Configures services for the active technology selection.

void ConfigureTechnologyServices(IServiceCollection services, TechnologySelection technologies)

services IServiceCollection

The service collection receiving technology services.

technologies TechnologySelection

The active technology selection.