Click or drag to resize

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; }

Property Value

Type: FuncFieldElement
See Also