Click or drag to resize

EntityCoreTFieldsValidator Property

The validator object used to validate the entity on several moments in the entity's life.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
[BrowsableAttribute(false)]
public IValidator Validator { get; set; }

Property Value

Type: IValidator

Implements

IEntityCoreValidator
See Also