Click or drag to resize

ReverseEngineerSourceLocationData Constructor

Initializes a new instance of the ReverseEngineerSourceLocationData class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting.SourceLocationDataClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public ReverseEngineerSourceLocationData(
	string driverID,
	ProjectElementMapTargetElementType sourceElementType,
	ReverseEngineerTargetType targetElementType
)

Parameters

driverID
Type: SystemString
The driver identifier.
sourceElementType
Type: SD.LLBLGen.Pro.DBDriverCoreProjectElementMapTargetElementType
Type of the source element.
targetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreReverseEngineerTargetType
Type of the target element.
See Also