Table of Contents

Interface IFeatureServiceFactory<TService>

Namespace
CMS.Core.Features
Assembly
CMS.Core.dll

Factory to select appropriate TService based on current application initialization state.

public interface IFeatureServiceFactory<out TService>

Type Parameters

TService

Service to be selected.

Extension Methods

Properties

Current

Returns appropriate TService based on current application initialization state.

TService Current { get; }

Property Value

TService