-
Notifications
You must be signed in to change notification settings - Fork 1
M_Ifp_Validation_CollectionValidator_1_ValidateCollectionLoop
Martin Strecker edited this page Mar 9, 2019
·
6 revisions
Apply all rules, represented by Validator to the collectionToValidate. Override this method to change the order of application of the rules.
Namespace: Ifp.Validation
Assembly: Ifp.Validation (in Ifp.Validation.dll) Version: 1.4.0
C#
protected virtual IEnumerable<ValidationSummary> ValidateCollectionLoop(
IEnumerable<T> collectionToValidate
)VB
Protected Overridable Function ValidateCollectionLoop (
collectionToValidate As IEnumerable(Of T)
) As IEnumerable(Of ValidationSummary)C++
protected:
virtual IEnumerable<ValidationSummary^>^ ValidateCollectionLoop(
IEnumerable<T>^ collectionToValidate
)F#
abstract ValidateCollectionLoop :
collectionToValidate : IEnumerable<'T> -> IEnumerable<ValidationSummary>
override ValidateCollectionLoop :
collectionToValidate : IEnumerable<'T> -> IEnumerable<ValidationSummary>
- collectionToValidate
- Type: System.Collections.Generic.IEnumerable(T)
The IEnumerable(T) of objects to validate.
Type: IEnumerable(ValidationSummary)
A IEnumerable(T) of ValidationSummary objects, where each ValidationSummary represents the result of the validation of a object of the collectionToValidate.
A Sandcastle Documented Class Library
Send comments on this topic to [](mailto:?Subject=A Sandcastle Documented Class Library)
-
Ifp.Validation Namespace
- CollectionValidator(T) Class
- FailureSeverity Enumeration
- IValidationRule(T) Interface
-
IValidationSummaryPresentationService Interface
-
IValidationSummaryPresentationService Methods
-
IValidationSummaryPresentationService.ShowValidationSummary Method
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean, String)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean, String, String)
-
IValidationSummaryPresentationService.ShowValidationSummary Method
-
IValidationSummaryPresentationService Methods
- IValidator(T) Interface
- RuleBasedValidator(T) Class
- SubCollectionValidator(T, U) Class
- ValidationFunction(T) Delegate
- ValidationOutcome Class
- ValidationOutcomeWithMessage Class
- ValidationRule(T) Class
- ValidationRuleDelegate(T) Class
-
ValidationSeverity Class
- ValidationSeverity Constructor
-
ValidationSeverity Properties
- ValidationSeverity.AllowsCancel Property
- ValidationSeverity.CausesCancel Property
- ValidationSeverity.Error Property
- ValidationSeverity.Information Property
- ValidationSeverity.IsAnError Property
- ValidationSeverity.SeverityAsNumber Property
- ValidationSeverity.Success Property
- ValidationSeverity.Warning Property
- ValidationSeverity Methods
- ValidationSeverity.ErrorSeverity Class
- ValidationSeverity.InformationSeverity Class
- ValidationSeverity.SuccessSeverity Class
- ValidationSeverity.WarningSeverity Class
- ValidationSummary Class
- ValidationSummaryBuilder Class
- ValidationSummaryBuilderExtensions Class
- Validator(T) Class
- ValidatorCombiner(T) Class