Click or drag to resize
ValidatorBaseAssignedToEntity 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.ORMSupportClassesIEntityCore
entity the validator is assigned to

Implements

IValidatorAssignedToEntity(IEntityCore)
See Also