Click or drag to resize
DocumentVisitorVisit 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.0.0.0 (5.0.0)
Syntax
protected virtual void Visit(
	DocumentFieldDefinition toVisit
)

Parameters

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