Click or drag to resize

ValidatorBase.ValidateEntity Method

General validation method which isn't used by the LLBLGen Pro framework, but can be used by your own code to validate an entity at any given moment.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public virtual void ValidateEntity(
	IEntityCore involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The involved entity.

Implements

IValidator.ValidateEntity(IEntityCore)
See Also