Click or drag to resize

SourceValueTypePath Constructor (IEnumerableIFieldElementCore)

Initializes a new instance of the SourceValueTypePath 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 SourceValueTypePath(
	IEnumerable<IFieldElementCore> pathElements
)

Parameters

pathElements
Type: System.Collections.GenericIEnumerableIFieldElementCore
The path elements.
See Also