Click or drag to resize

DocumentSetPipelineCollectionReportsGetClassKnowledgeReport Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.structuralReports.DocumentSetPipelineCollectionReports.GetClassKnowledgeReport(imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.Data.DataTable)"]

Namespace:  imbWBI.Core.WebClassifier.reportData.structuralReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static DataTable GetClassKnowledgeReport(
	this DocumentSetPipelineCollection pipelineCollection,
	IDocumentSetClass caseSet,
	DataTable output = null
)

Parameters

pipelineCollection
Type: imbWBI.Core.WebClassifier.casesDocumentSetPipelineCollection

[Missing <param name="pipelineCollection"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.structuralReports.DocumentSetPipelineCollectionReports.GetClassKnowledgeReport(imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.Data.DataTable)"]

caseSet
Type: imbWBI.Core.WebClassifier.categoryIDocumentSetClass

[Missing <param name="caseSet"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.structuralReports.DocumentSetPipelineCollectionReports.GetClassKnowledgeReport(imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.Data.DataTable)"]

output (Optional)
Type: System.DataDataTable

[Missing <param name="output"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.structuralReports.DocumentSetPipelineCollectionReports.GetClassKnowledgeReport(imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.Data.DataTable)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.reportData.structuralReports.DocumentSetPipelineCollectionReports.GetClassKnowledgeReport(imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,System.Data.DataTable)"]

Usage Note

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