Show / Hide Table of Contents

Class ArubaDefaultTfsConfigPlugin

Class for configuring Dependency Injection services for this project.

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

Methods

View Source

RegisterPluginServices(IServiceCollection)

Called during startup with the service collection to configure.

Declaration
public void RegisterPluginServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection

The service collection.

Implements

Phoenix.Plugins.IServiceConfiguration
  • View Source
In this article
Back to top Generated by DocFX