Click or drag to resize
EntityCoreTFieldsPerformDependencyInjection Method
Performs the dependency injection of related objects. This method will call the Create* methods to create validator, concurrency predicate factory and will then kick in the DependencyInjection functionality build into LLBLGen Pro. This method is called at the end of an entity's InitClassMembers method in the generated code.

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
protected virtual void PerformDependencyInjection()
Remarks
If a Validator object is already set for this entity, this method won't set the Validator property to a different object, this to avoid breaking code written for previous versions of LLBLGen Pro.
See Also