Click or drag to resize

ValidatorBaseUnassignedFromEntity 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.5.0.0 (5.5.18.1019)
Syntax
public virtual void UnassignedFromEntity(
	IEntityCore involvedEntity
)

Parameters

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

Implements

IValidatorUnassignedFromEntity(IEntityCore)
See Also