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.10.0.0 (5.10.0)
Syntax public Func<IProjectElementMapTargetElement, string> NameCreatorFunc { get; set; }
Public Property NameCreatorFunc As Func(Of IProjectElementMapTargetElement, String)
Get
Set
Property Value
Type:
FuncIProjectElementMapTargetElement,
StringSee Also