Click or drag to resize

RootDocumentBuilderHandleValueType Method (ValueTypeDefinition, String, ReferencedElement)

Handles a value type. This method returns an embedded document, created from the valuetype specified, using the referenced element specified as its root element

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
public EmbeddedDocumentDefinition HandleValueType(
	ValueTypeDefinition valueType,
	string name,
	ReferencedElement rootElement
)

Parameters

valueType
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
Type of the value.
name
Type: SystemString
The name.
rootElement
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelReferencedElement
The root element.

Return Value

Type: EmbeddedDocumentDefinition
See Also