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
CrudApiEntityKeyType
Type of the crud api entity key if any
Type CrudApiEntityKeyType { get; }
Property Value
CrudApiReadAllParamsType
Type of the crud api read all parameters if any
Type CrudApiReadAllParamsType { get; }
Property Value
CrudApiReadAllResultType
Type of the crud api read all result if any
Type CrudApiReadAllResultType { get; }
Property Value
LoggerFactory
The Logger factory
Func<IServiceProvider, string, ILogger> LoggerFactory { get; }