Validates the field, building an array of failures if needed.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Validate(
	out ValidationFailure[] failures
)
Visual Basic
Function Validate ( _
	<OutAttribute> ByRef failures As ValidationFailure() _
) As Boolean
Visual C++
bool Validate(
	[OutAttribute] array<ValidationFailure^>^% failures
)

Parameters

failures
Type: array<ValidationFailure>[]()[][]%
Storage for an array of ValidationFailures

Field Value

Boolean

Return Value

True if validation is successful

See Also