Click or drag to resize

IValidatorUnassignedFromEntity Method

Called when the implementing object is dereferenced from an assigned entity.

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
void UnassignedFromEntity(
	IEntityCore involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity the validator is unassigned from
See Also