PolicySet Members
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. |
The PolicySet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PolicySet |
Creates a new PolicySet containing the given policies.
|
Methods
Name | Description | |
---|---|---|
Add | (Inherited from List<InjectionPolicy>.) | |
AddRange | (Inherited from List<InjectionPolicy>.) | |
AsReadOnly | (Inherited from List<InjectionPolicy>.) | |
BinarySearch | Overloaded. | |
Clear | (Inherited from List<InjectionPolicy>.) | |
Contains | (Inherited from List<InjectionPolicy>.) | |
ConvertAll<TOutput> | (Inherited from List<InjectionPolicy>.) | |
CopyTo | Overloaded. | |
Equals | (Inherited from Object.) | |
Exists | (Inherited from List<InjectionPolicy>.) | |
Finalize | (Inherited from Object.) | |
Find | (Inherited from List<InjectionPolicy>.) | |
FindAll | (Inherited from List<InjectionPolicy>.) | |
FindIndex | Overloaded. | |
FindLast | (Inherited from List<InjectionPolicy>.) | |
FindLastIndex | Overloaded. | |
ForEach | (Inherited from List<InjectionPolicy>.) | |
GetEnumerator | (Inherited from List<InjectionPolicy>.) | |
GetHandlersFor |
Gets the handlers that apply to the given member based on all policies in the PolicySet.
|
|
GetHashCode | (Inherited from Object.) | |
GetPoliciesFor |
Gets the policies that apply to the given member.
|
|
GetPoliciesNotFor |
Gets the policies in the PolicySet that do not apply to the given member.
|
|
GetRange | (Inherited from List<InjectionPolicy>.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. | |
Insert | (Inherited from List<InjectionPolicy>.) | |
InsertRange | (Inherited from List<InjectionPolicy>.) | |
LastIndexOf | Overloaded. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from List<InjectionPolicy>.) | |
RemoveAll | (Inherited from List<InjectionPolicy>.) | |
RemoveAt | (Inherited from List<InjectionPolicy>.) | |
RemoveRange | (Inherited from List<InjectionPolicy>.) | |
Reverse | Overloaded. | |
Sort | Overloaded. | |
ToArray | (Inherited from List<InjectionPolicy>.) | |
ToString | (Inherited from Object.) | |
TrimExcess | (Inherited from List<InjectionPolicy>.) | |
TrueForAll | (Inherited from List<InjectionPolicy>.) |
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<InjectionPolicy>.) | |
Count | (Inherited from List<InjectionPolicy>.) | |
Item | (Inherited from List<InjectionPolicy>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<InjectionPolicy>.) | |
IList.Contains | (Inherited from List<InjectionPolicy>.) | |
ICollection.CopyTo | (Inherited from List<InjectionPolicy>.) | |
System#Collections#Generic#IEnumerable{T}#GetEnumerator | (Inherited from List<InjectionPolicy>.) | |
IEnumerable.GetEnumerator | (Inherited from List<InjectionPolicy>.) | |
IList.IndexOf | (Inherited from List<InjectionPolicy>.) | |
IList.Insert | (Inherited from List<InjectionPolicy>.) | |
IList.IsFixedSize | (Inherited from List<InjectionPolicy>.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from List<InjectionPolicy>.) | |
IList.IsReadOnly | (Inherited from List<InjectionPolicy>.) | |
ICollection.IsSynchronized | (Inherited from List<InjectionPolicy>.) | |
IList.Item | (Inherited from List<InjectionPolicy>.) | |
IList.Remove | (Inherited from List<InjectionPolicy>.) | |
ICollection.SyncRoot | (Inherited from List<InjectionPolicy>.) |