Click or drag to resize

IValidator.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.5.0.0 (5.5.18.1019)
Syntax
void ValidateEntity(
	IEntityCore involvedEntity
)

Parameters

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