Click or drag to resize
ValidatorBaseValidateEntityBeforeSave Method
Method to validate the containing entity right before the save sequence for the entity will start. LLBLGen Pro will call this method right after the containing entity is selected from the save queue to be saved.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void ValidateEntityBeforeSave(
	IEntityCore involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The involved entity.

Implements

IValidatorValidateEntityBeforeSave(IEntityCore)
See Also