Click or drag to resize

RawElementDefinitionNameCreatorFunc Property

Func to use for the unique name creation method. this is the same func that was used when creating the original name passed into the constructor.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Func<IProjectElementMapTargetElement, string> NameCreatorFunc { get; set; }

Property Value

Type: FuncIProjectElementMapTargetElement, String
See Also