Click or drag to resize
ValidatorBase.AssignedToEntity Method
Called when the implementing object is assinged to entity.Validator.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void AssignedToEntity(
	IEntityCore involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
entity the validator is assigned to

Implements

IValidator.AssignedToEntity(IEntityCore)
See Also