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.4.0.0 (5.4.0)
Syntax void UnassignedFromEntity(
IEntityCore involvedEntity
)
Sub UnassignedFromEntity (
involvedEntity As IEntityCore
)
Parameters
- involvedEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity the validator is unassigned from
See Also