EntityCoreTFieldsValidator Property |
The validator object used to validate the entity on several moments in the entity's life.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [BrowsableAttribute(false)]
public IValidator Validator { get; set; }
<BrowsableAttribute(false)>
Public Property Validator As IValidator
Get
Set
Property Value
Type:
IValidatorImplements
IEntityCoreValidatorSee Also