Class HelperBase
Main base class for most helpers which don't use Dependency Injection.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract class HelperBase : IHasLog
- Inheritance
-
objectHelperBase
- Implements
- Derived
Remarks
These are mainly classes 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.