Click or drag to resize
IErrorUnitCentral Interface
IErrorUnitCentral Interface

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax
C#
public interface IErrorUnitCentral : IInjector, 
	ILogger, IJsonSerializer

The IErrorUnitCentral type exposes the following members.

Properties
  NameDescription
Public propertyInjector
Sets the injector.
Public propertyJsonSerializer
Sets the json serializer.
Public propertyLogger
Sets the logger.
Public propertyserializerSettings
Gets or sets the serializer settings.
(Inherited from IJsonSerializer.)
Top
Methods
See Also