Table of Contents

Namespace ToSic.Sys.Services

Classes

DependenciesBase

Base class for all Dependency helpers on services.

HelperBase

Main base class for most helpers which don't use Dependency Injection.

HelperRecordBase

Main base record for most helpers which don't use Dependency Injection.

ServiceBase

Main base class for most services and helpers which have Logs. Also has an API to auto-connect the logs of child-services.

ServiceBase<TDependencies>

Base class for any service which expects a Dependencies class

WarnUseOfUnknown<T>

Object which should be used in the DI of Unknown implementations.

Interfaces

IIsUnknown

Marks un-implemented objects like SiteUnknown etc.