Click or drag to resize
RootDocumentBuilder.HandleValueType 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.0.0.0 (5.0.0)
Syntax
public EmbeddedDocumentDefinition HandleValueType(
	ValueTypeDefinition valueType,
	string name,
	ReferencedElement rootElement
)

Parameters

valueType
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ValueTypeDefinition
Type of the value.
name
Type: System.String
The name.
rootElement
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.ReferencedElement
The root element.

Return Value

Type: EmbeddedDocumentDefinition
See Also