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.1.0.0 (5.1.0)
Syntax protected virtual void PerformDependencyInjection()
Protected Overridable Sub 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