Click or drag to resize

ReferencedElementCreateEmbeddedDocumentName Method

Creates the name for an embedded document. If a valuetype is specified: It uses the last field of the path to the valuetype and uses that name. If a valuetype isn't specified: It uses the last navigator of the path and uses that name if the element is a single element. If the element represents a list / set of elements, it will singularize the name.

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 string CreateEmbeddedDocumentName()

Return Value

Type: String
See Also