Show / Hide Table of Contents

Class IServiceCollectionExtensions

Inheritance
System.Object
IServiceCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.MicrosoftDependencyInjection
Assembly: AzureFromTheTrenches.Commanding.MicrosoftDependencyInjection.dll
Syntax
public static class IServiceCollectionExtensions

Methods

| Improve this Doc View Source

AddCommanding(IServiceCollection, Options)

Declaration
public static IMicrosoftDependencyInjectionCommandingResolverAdapter AddCommanding(this IServiceCollection serviceCollection, Options options = null)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection serviceCollection
Options options
Returns
Type Description
IMicrosoftDependencyInjectionCommandingResolverAdapter
| Improve this Doc View Source

UseCommanding(IServiceCollection, Options)

Declaration
[Obsolete]
public static IMicrosoftDependencyInjectionCommandingResolver UseCommanding(this IServiceCollection serviceCollection, Options options = null)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection serviceCollection
Options options
Returns
Type Description
IMicrosoftDependencyInjectionCommandingResolver
  • Improve this Doc
  • View Source
Back to top Generated by DocFX