Click or drag to resize

DataProjectorToCustomClass<T>.SetupCTorParameterInfo 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.12.0.0 (5.12.0)
Syntax
protected virtual bool SetupCTorParameterInfo(
	IList projectors
)

Parameters

projectors
Type: System.Collections.IList
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