Click or drag to resize
FieldDenormalizerVisit Method (DocumentFieldDefinition)
Visits the specified field and its source, if the source is a document.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
protected override void Visit(
	DocumentFieldDefinition toVisit
)

Parameters

toVisit
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition
To visit.
See Also