GroupableModelElementDeserializationNewElementFactoryFunc Property |
Func which creates a new field element for deserialization purposes, which means it skips some actions which are not needed when deserializing.
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 protected virtual Func<FieldElement> DeserializationNewElementFactoryFunc { get; }
Protected Overridable ReadOnly Property DeserializationNewElementFactoryFunc As Func(Of FieldElement)
Get
Property Value
Type:
FuncFieldElementSee Also