Table of Contents

Class HelperRecordBase

Namespace
ToSic.Sys.Services
Assembly
ToSic.Sys.Core.dll

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

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract record HelperRecordBase : IHasLog, IEquatable<HelperRecordBase>
Inheritance
object
HelperRecordBase
Implements

Remarks

These are mainly records that are SoC helpers which cover one single aspect used in another service. They are not meant for DI, so the parent logger should be included in the initial call.