Click or drag to resize

TvfCallDefinitionDeserializationNewElementFactoryFunc 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.TvfCalls
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected override Func<FieldElement> DeserializationNewElementFactoryFunc { get; }

Property Value

Type: FuncFieldElement
See Also