DataProjectorToCustomClassTSetupCTorParameterInfo Method |
Sets up the constructor parameters for creation new instances which require values set in the ctor.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected virtual bool SetupCTorParameterInfo(
IList projectors
)
Protected Overridable Function SetupCTorParameterInfo (
projectors As IList
) As Boolean
Parameters
- projectors
- Type: System.CollectionsIList
The projectors.
Return Value
Type:
Booleantrue if the routine did a new setup, false if the current setup was kept. Overrides should do work only when true was returned
RemarksOverride this routine to obtain information for faster object creation.
See Also