Class AddServicesEndingWithResult
- Namespace
- SunamoDependencyInjection.Data
- Assembly
- SunamoDependencyInjection.dll
Represents the result of adding services ending with a specific suffix to the dependency injection container.
public class AddServicesEndingWithResult
- Inheritance
-
AddServicesEndingWithResult
- Inherited Members
- Extension Methods
Properties
Classes
Gets or sets the list of fully qualified class names that were registered.
public List<string> Classes { get; set; }
Property Value
Interfaces
Gets or sets the list of fully qualified interface names that were registered.
public List<string> Interfaces { get; set; }