Show / Hide Table of Contents

Class ServiceCollectionExtensions

A class that implements Service Collection methods.

Inheritance
object
ServiceCollectionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class ServiceCollectionExtensions

Methods

View Source

ConfigureDupeChecker(IServiceCollection)

Configures the options for the duplicate checker.

Declaration
public static IServiceCollection ConfigureDupeChecker(this IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection

The service collection for Aruba.

Returns
Type Description
IServiceCollection
  • View Source
In this article
Back to top Generated by DocFX