Table of Contents

Interface IApizrExtendedProperOptions

Namespace
Apizr.Extending.Configuring.Proper
Assembly
Apizr.Extensions.Microsoft.DependencyInjection.dll

Options available at proper level for extended registrations

public interface IApizrExtendedProperOptions : IApizrExtendedProperOptionsBase, IApizrProperOptionsBase, IApizrSharedRegistrationOptionsBase, IApizrExtendedSharedOptions, IApizrExtendedSharedOptionsBase, IApizrGlobalSharedRegistrationOptionsBase, IApizrGlobalSharedOptionsBase
Inherited Members

Properties

ApizrManagerImplementationType

Type of the implemented manager

Type ApizrManagerImplementationType { get; }

Property Value

Type

CrudApiEntityKeyType

Type of the crud api entity key if any

Type CrudApiEntityKeyType { get; }

Property Value

Type

CrudApiReadAllParamsType

Type of the crud api read all parameters if any

Type CrudApiReadAllParamsType { get; }

Property Value

Type

CrudApiReadAllResultType

Type of the crud api read all result if any

Type CrudApiReadAllResultType { get; }

Property Value

Type

LoggerFactory

The Logger factory

Func<IServiceProvider, string, ILogger> LoggerFactory { get; }

Property Value

Func<IServiceProvider, string, ILogger>