Click or drag to resize

IValidatableValidate Method

Validates the object and accumulates any problems in the problems list.

Namespace:  Atalasoft.Shared.Validation
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
void Validate(
	ProblemList problems,
	RepairContext repairContext
)

Parameters

problems
Type: Atalasoft.Shared.ValidationProblemList
The problems.
repairContext
Type: Atalasoft.Shared.ValidationRepairContext
The repair context.
See Also