Skip to content

P_Ifp_Validation_ValidatorCombiner_1_Validators

Martin Strecker edited this page Mar 9, 2019 · 1 revision

ValidatorCombiner(T).Validators Property

The collection of validators that get combined.

Namespace: Ifp.Validation
Assembly: Ifp.Validation (in Ifp.Validation.dll) Version: 1.4.0

Syntax

C#

protected IEnumerable<IValidator<T>> Validators { get; }

VB

Protected ReadOnly Property Validators As IEnumerable(Of IValidator(Of T))
	Get

C++

protected:
property IEnumerable<IValidator<T>^>^ Validators {
	IEnumerable<IValidator<T>^>^ get ();
}

F#

member Validators : IEnumerable<IValidator<'T>> with get

Property Value

Type: IEnumerable(IValidator(T))

See Also

Reference

ValidatorCombiner(T) Class
Ifp.Validation Namespace

Clone this wiki locally