MatchingRuleSet 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 MatchingRuleSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MatchingRuleSet |
Methods
Name | Description | |
---|---|---|
Add | (Inherited from List<IMatchingRule>.) | |
AddRange | (Inherited from List<IMatchingRule>.) | |
AsReadOnly | (Inherited from List<IMatchingRule>.) | |
BinarySearch | Overloaded. | |
Clear | (Inherited from List<IMatchingRule>.) | |
Contains | (Inherited from List<IMatchingRule>.) | |
ConvertAll<TOutput> | (Inherited from List<IMatchingRule>.) | |
CopyTo | Overloaded. | |
Equals | (Inherited from Object.) | |
Exists | (Inherited from List<IMatchingRule>.) | |
Finalize | (Inherited from Object.) | |
Find | (Inherited from List<IMatchingRule>.) | |
FindAll | (Inherited from List<IMatchingRule>.) | |
FindIndex | Overloaded. | |
FindLast | (Inherited from List<IMatchingRule>.) | |
FindLastIndex | Overloaded. | |
ForEach | (Inherited from List<IMatchingRule>.) | |
GetEnumerator | (Inherited from List<IMatchingRule>.) | |
GetHashCode | (Inherited from Object.) | |
GetRange | (Inherited from List<IMatchingRule>.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. | |
Insert | (Inherited from List<IMatchingRule>.) | |
InsertRange | (Inherited from List<IMatchingRule>.) | |
LastIndexOf | Overloaded. | |
Matches |
Tests the given member against the ruleset. The member matches if all contained rules in the ruleset match against it.
|
|
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from List<IMatchingRule>.) | |
RemoveAll | (Inherited from List<IMatchingRule>.) | |
RemoveAt | (Inherited from List<IMatchingRule>.) | |
RemoveRange | (Inherited from List<IMatchingRule>.) | |
Reverse | Overloaded. | |
Sort | Overloaded. | |
ToArray | (Inherited from List<IMatchingRule>.) | |
ToString | (Inherited from Object.) | |
TrimExcess | (Inherited from List<IMatchingRule>.) | |
TrueForAll | (Inherited from List<IMatchingRule>.) |
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<IMatchingRule>.) | |
Count | (Inherited from List<IMatchingRule>.) | |
Item | (Inherited from List<IMatchingRule>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<IMatchingRule>.) | |
IList.Contains | (Inherited from List<IMatchingRule>.) | |
ICollection.CopyTo | (Inherited from List<IMatchingRule>.) | |
System#Collections#Generic#IEnumerable{T}#GetEnumerator | (Inherited from List<IMatchingRule>.) | |
IEnumerable.GetEnumerator | (Inherited from List<IMatchingRule>.) | |
IList.IndexOf | (Inherited from List<IMatchingRule>.) | |
IList.Insert | (Inherited from List<IMatchingRule>.) | |
IList.IsFixedSize | (Inherited from List<IMatchingRule>.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from List<IMatchingRule>.) | |
IList.IsReadOnly | (Inherited from List<IMatchingRule>.) | |
ICollection.IsSynchronized | (Inherited from List<IMatchingRule>.) | |
IList.Item | (Inherited from List<IMatchingRule>.) | |
IList.Remove | (Inherited from List<IMatchingRule>.) | |
ICollection.SyncRoot | (Inherited from List<IMatchingRule>.) |