Class BaseBuilder
Base class for configuration builders.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public abstract class BaseBuilder
Constructors
BaseBuilder(IServiceCollection)
Creates a new instance of Microsoft.AspNetCore.Identity.IdentityBuilder.
Declaration
protected BaseBuilder(IServiceCollection services)
Parameters
Microsoft.Extensions.DependencyInjection.IServiceCollection
services
The Microsoft.Extensions.DependencyInjection.IServiceCollection to attach to. |
Properties
Services
Gets the Microsoft.Extensions.DependencyInjection.IServiceCollection services are attached to.
Declaration
public IServiceCollection Services { get; }
Property Value
Microsoft.Extensions.DependencyInjection.IServiceCollection
The Microsoft.Extensions.DependencyInjection.IServiceCollection services are attached to. |