Click or drag to resize

RootDocumentBuilderHandleValueType Method (ValueTypeDefinition, IFieldElementCore)

Handles a value type. This method returns an embedded document, created from the valuetype specified, using the field specified for its name and navigational path.

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 void HandleValueType(
	ValueTypeDefinition valueType,
	IFieldElementCore field
)

Parameters

valueType
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
Type of the value.
field
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The field.
See Also