Class ApizrOptionsBase
Options available for both static and extended registrations
Inheritance
System.Object
ApizrOptionsBase
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apizr.Configuring
Assembly: Apizr.dll
Syntax
public abstract class ApizrOptionsBase : ApizrSharedOptionsBase, IApizrOptionsBase, IApizrCommonOptionsBase, IApizrProperOptionsBase, IApizrSharedOptionsBase
Constructors
ApizrOptionsBase(IApizrCommonOptionsBase, IApizrProperOptionsBase)
The options constructor
Declaration
protected ApizrOptionsBase(IApizrCommonOptionsBase commonOptions, IApizrProperOptionsBase properOptions)
Parameters
Type | Name | Description |
---|---|---|
IApizrCommonOptionsBase | commonOptions | The common options |
IApizrProperOptionsBase | properOptions | The proper options |
Properties
Logger
The logger instance
Declaration
public ILogger Logger { get; protected set; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.ILogger |
PolicyRegistryKeys
Policy keys from the registry
Declaration
public string[] PolicyRegistryKeys { get; }
Property Value
Type | Description |
---|---|
System.String[] |
RefitSettings
Refit settings
Declaration
public RefitSettings RefitSettings { get; protected set; }
Property Value
Type | Description |
---|---|
Refit.RefitSettings |
WebApiType
Web api interface type
Declaration
public Type WebApiType { get; }
Property Value
Type | Description |
---|---|
System.Type |