Skip to content

P_Ifp_Validation_RuleBasedValidator_1_Rules

Martin Strecker edited this page Mar 9, 2019 · 6 revisions

RuleBasedValidator(T).Rules Property

The rules passed in the constructor.

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

Syntax

C#

protected IValidationRule<T>[] Rules { get; }

VB

Protected ReadOnly Property Rules As IValidationRule(Of T)()
	Get

C++

protected:
property array<IValidationRule<T>^>^ Rules {
	array<IValidationRule<T>^>^ get ();
}

F#

member Rules : IValidationRule<'T>[] with get

Property Value

Type: IValidationRule(T)[]

See Also

Reference

RuleBasedValidator(T) Class
Ifp.Validation Namespace

Clone this wiki locally