Show / Hide Table of Contents

Class BlobDataAccessExtensions

Extensions to add blob data access layer dependencies.

Inheritance
object
BlobDataAccessExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Blobs.dll
Syntax
public static class BlobDataAccessExtensions

Methods

View Source

AddBlobDataAccess(IServiceCollection, IConfiguration?)

Add blob dependencies to DI service collection.

Declaration
public static IServiceCollection AddBlobDataAccess(this IServiceCollection services, IConfiguration? configuration = null)
Parameters
Type Name Description
IServiceCollection services

Dependency injection service collection.

IConfiguration configuration

Application configuration.

Returns
Type Description
IServiceCollection

An IServiceCollection object.

  • View Source
In this article
Back to top Generated by DocFX