Click or drag to resize

ReferencedValueType Constructor

Initializes a new instance of the ReferencedValueType 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
public ReferencedValueType(
	ValueTypeDefinition valueType,
	IEnumerable<IFieldElementCore> pathElements
)

Parameters

valueType
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
The valuetype represented by this instance.
pathElements
Type: System.Collections.GenericIEnumerableIFieldElementCore
The path elements, which is the path from the root entity of the containing document to the valuetype represented by this instance.
See Also