Name |
Description |
ComposedCriteria |
A Spring.Core.ICriteria implementation that represents a composed collection of Spring.Core.ICriteria instances. |
MethodArgumentsCriteria |
Criteria that is satisfied if the System.Type of each of the arguments matches each of the parameter System.Types of a given System.Reflection.MethodInfo. |
MethodInvocationException |
|
MethodNameMatchCriteria |
Criteria that is satisfied if the method Name of an System.Reflection.MethodInfo instance matches a supplied string pattern. |
MethodParametersCountCriteria |
Criteria that is satisfied if the number of parameters to a given System.Reflection.MethodBase matches an arbitrary number. |
MethodParametersCountCriteriaTests |
|
MethodParametersCriteria |
Criteria that is satisfied if the System.Type of each of the parameters of a given System.Reflection.MethodInfo matches each of the parameter System.Types of a given System.Reflection.MethodInfo. |
MethodReturnTypeCriteria |
Criteria that is satisfied if the return System.Type of a given System.Reflection.MethodInfo matches a given System.Type. |
MethodReturnTypeCriteriaTests |
|
OrderComparatorTests |
|
OrderComparatorTests.Ordered |
|
PropertyAccessException |
|
RegularExpressionCriteria |
A base class for all Spring.Core.ICriteria implementations that are regular expression based. |
RegularExpressionEventNameCriteria |
Criteria that is satisfied if the Name property of an System.Reflection.EventInfo instance matches a supplied regular expression pattern. |
RegularExpressionEventNameCriteriaTests |
|
RegularExpressionMethodNameCriteria |
Criteria that is satisfied if the Name property of an System.Reflection.MethodInfo instance matches a supplied regular expression pattern. |
RegularExpressionMethodNameCriteriaTests |
|
TypeMismatchException |
|