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 SourceAddCommanding(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 |
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 |