Click or drag to resize

ReportGeneratorsMakeTable Method (WebSiteDocumentsSet, DictionaryString, SpaceDocumentModel)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Documents.WebSiteDocumentsSet,System.Collections.Generic.Dictionary{System.String,imbNLP.Toolkit.Space.SpaceDocumentModel})"]

Namespace:  imbNLP.Toolkit.Reporting
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static DataTable MakeTable(
	this WebSiteDocumentsSet docSet,
	Dictionary<string, SpaceDocumentModel> docModels
)

Parameters

docSet
Type: imbNLP.Toolkit.DocumentsWebSiteDocumentsSet

[Missing <param name="docSet"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Documents.WebSiteDocumentsSet,System.Collections.Generic.Dictionary{System.String,imbNLP.Toolkit.Space.SpaceDocumentModel})"]

docModels
Type: System.Collections.GenericDictionaryString, SpaceDocumentModel

[Missing <param name="docModels"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Documents.WebSiteDocumentsSet,System.Collections.Generic.Dictionary{System.String,imbNLP.Toolkit.Space.SpaceDocumentModel})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Documents.WebSiteDocumentsSet,System.Collections.Generic.Dictionary{System.String,imbNLP.Toolkit.Space.SpaceDocumentModel})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WebSiteDocumentsSet. 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