23.16. Class ObjectBuilder

Namespace: ArmoniK.Core.Adapters.LocalStorage
Assembly: ArmoniK.Core.Adapters.LocalStorage.dll

Class for building Local Storage instance and Object interfaces through Dependency Injection

[PublicAPI]
public class ObjectBuilder : IDependencyInjectionBuildable

23.16.1. Inheritance

objectObjectBuilder

23.16.2. Implements

IDependencyInjectionBuildable

23.16.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

23.16.4. Methods

23.16.4.1. Build(IServiceCollection, ConfigurationManager, ILogger)

Initialize object through Dependency Injection

[PublicAPI]
public void Build(IServiceCollection serviceCollection, ConfigurationManager configuration, ILogger logger)

23.16.4.1.1. Parameters

serviceCollection IServiceCollection

Collection of service descriptors

configuration ConfigurationManager

Access to application configuration

logger ILogger

Instance of logger to produce logs during object initialization