PolicyDefinition.AddMatchingRule Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Overload List
Name | Description | |
---|---|---|
AddMatchingRule<TMatchingRule>(array<InjectionMember[]) |
Configures injection for a new IMatchingRule and makes it available as a matching rule in the current policy.
|
|
AddMatchingRule(IMatchingRule) |
Makes instance a matching rule in the current policy.
|
|
AddMatchingRule(String) |
Adds a reference to matching rule by name.
|
|
AddMatchingRule<TMatchingRule>(LifetimeManager, array<InjectionMember[]) |
Configures injection for a new IMatchingRule and makes it available as a matching rule in the current policy, using the given LifetimeManager.
|
|
AddMatchingRule<TMatchingRule>(String, array<InjectionMember[]) |
Configures injection for a new IMatchingRule using the specified name and makes it available as a matching rule in the current policy.
|
|
AddMatchingRule(Type, array<InjectionMember[]) |
Configures injection for a new IMatchingRule and makes it available as a matching rule in the current policy.
|
|
AddMatchingRule<TMatchingRule>(String, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new IMatchingRule using the specified name and makes it available as a matching rule in the current policy, using the given LifetimeManager.
|
|
AddMatchingRule(Type, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new IMatchingRule and makes it available as a matching rule in the current policy, using the given LifetimeManager.
|
|
AddMatchingRule(Type, String, array<InjectionMember[]) |
Configures injection for a new IMatchingRule using the specified name and makes it available as a matching rule in the current policy.
|
|
AddMatchingRule(Type, String, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new IMatchingRule and makes it available as a matching rule in the current policy, using the given LifetimeManager.
|