Click or drag to resize
RootDocumentDefinitionSourceLocationData Constructor
Initializes a new instance of the RootDocumentDefinitionSourceLocationData class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting.SourceLocationDataClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public RootDocumentDefinitionSourceLocationData(
	RootDocumentDefinition source
)

Parameters

source
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelRootDocumentDefinition
The source.
See Also