Show / Hide Table of Contents

Class BaseBuilder

Base class for configuration builders.

Inheritance
Object
BaseBuilder
CacheBuilder
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX