CoreServiceCollectionExtensions class

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Net.Core

Contains extensions to register core services

public static class CoreServiceCollectionExtensions

Public Members

name description
static AddAnnotationTypes(…) Adds the annotation type registry.
static AddCaching(…) Adds memory caching as ILocalCache implementation and a distributed cache emulator as IDistributed cache implementation.
static AddServiceResolver(…) Adds on demand service resolver to the registry.
static AddTextRegistry(…) Adds the local text registry.
static AddTypeSource(…) Adds a type source to the registry.

See Also