Table of Contents

Interface IApizrRegistry

Namespace
Apizr.Configuring.Registry
Assembly
Apizr.dll

Registry options available for static registrations

public interface IApizrRegistry : IApizrEnumerableRegistry, IEnumerable<KeyValuePair<Type, Func<IApizrManager>>>, IEnumerable
Inherited Members
Extension Methods

Methods

Populate(Action<Type, Func<object>>)

Populate all registered types and its factories

void Populate(Action<Type, Func<object>> populateAction)

Parameters

populateAction Action<Type, Func<object>>

The action to execute when populating