Dependency
Specifies that component registered with componentName should be used to satisfy dependencies matched by dependencyName
Specifies that component registered with componentName should be used to satisfy dependencies matched by dependencyType
Specifies that component registered with componentType should be used to satisfy dependencies matched by dependencyName
Specifies that component registered with componentType should be used to satisfy dependencies matched by dependencyType
Specifies that component registered with TComponentType should be used to satisfy dependencies matched by TDependencyType
public static ServiceOverride OnComponentCollection(string collectionDependencyName, string[] componentNames)
Specifies that components registered with componentNames should be used to satisfy collection dependencies matched by collectionDependencyName
public static ServiceOverride OnComponentCollection(Type collectionDependencyType, string[] componentNames)
Specifies that components registered with componentNames should be used to satisfy collection dependencies matched by collectionDependencyType
public static ServiceOverride OnComponentCollection<TCollectionDependencyType>(string[] componentNames) where TCollectionDependencyType : IEnumerable
Specifies that components registered with componentNames should be used to satisfy collection dependencies matched by TCollectionDependencyType
public static ServiceOverride OnComponentCollection(string collectionDependencyName, Type[] componentTypes)
Specifies that components registered with componentTypes should be used to satisfy collection dependencies matched by collectionDependencyName
public static ServiceOverride OnComponentCollection(Type collectionDependencyType, Type[] componentTypes)
Specifies that components registered with componentTypes should be used to satisfy collection dependencies matched by collectionDependencyType
public static ServiceOverride OnComponentCollection<TCollectionDependencyType>(Type[] componentTypes) where TCollectionDependencyType : IEnumerable
Specifies that components registered with componentTypes should be used to satisfy collection dependencies matched by TCollectionDependencyType
Specifies that value valueAsString should be used to satisfy dependencies matched by dependencyName. The value is provided as a string and will be converted to appropriate type when resolving.
Specifies that value value should be used to satisfy dependencies matched by dependencyName. The value is provided as a string and will be converted to appropriate type when resolving.
Specifies that value value should be used to satisfy dependencies matched by dependencyName
Specifies that value value should be used to satisfy dependencies matched by dependencyType
Specifies that value value should be used to satisfy dependencies matched by TDependencyType