Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual bool SetupCTorParameterInfo(
	IList projectors
)

Parameters

projectors
Type: System.CollectionsIList
The projectors.

Return Value

Type: Boolean
true if the routine did a new setup, false if the current setup was kept. Overrides should do work only when true was returned
Remarks
Override this routine to obtain information for faster object creation.
See Also