Click or drag to resize

diagramBuilderSpiderWebbuildModel Method (spiderWeb, ListspiderPage, diagramModel)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbWEM.Core.crawler.spiderWeb,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

Namespace:  imbWEM.Core.crawler.reporting
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static diagramModel buildModel(
	this spiderWeb source,
	List<spiderPage> selectedPages,
	diagramModel output = null
)

Parameters

source
Type: imbWEM.Core.crawlerspiderWeb

[Missing <param name="source"/> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbWEM.Core.crawler.spiderWeb,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

selectedPages
Type: System.Collections.GenericListspiderPage

[Missing <param name="selectedPages"/> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbWEM.Core.crawler.spiderWeb,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

output (Optional)
Type: diagramModel

[Missing <param name="output"/> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbWEM.Core.crawler.spiderWeb,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

Return Value

Type: diagramModel

[Missing <returns> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbWEM.Core.crawler.spiderWeb,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type spiderWeb. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also