Click or drag to resize

DocumentDefinitionBase Constructor (String, ReferencedElement, FrameworkSettingTargetElementType)

Initializes a new instance of the DocumentDefinitionBase class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected DocumentDefinitionBase(
	string name,
	ReferencedElement rootElement,
	FrameworkSettingTargetElementType targetElementType
)

Parameters

name
Type: SystemString
The name.
rootElement
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelReferencedElement
The root element.
targetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the target element.
See Also