Click or drag to resize
IFeatureServiceFactoryTService Interface
Factory to select appropriate TService based on current application initialization state.

Namespace: CMS.Core.Features
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public interface IFeatureServiceFactory<out TService>

Type Parameters

TService
Service to be selected.

The IFeatureServiceFactoryTService type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Returns appropriate TService based on current application initialization state.
Top
See Also