Click or drag to resize

DocumentGathererVisit Method (DocumentDefinitionBase)

Visits the specified document and all contained elements.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override void Visit(
	DocumentDefinitionBase toVisit
)

Parameters

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