Click or drag to resize

DocumentSetReportingExtensionsBuildShema Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  imbWBI.Core.WebClassifier.reportData
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static DataTable BuildShema(
	this DocumentSetCaseCollection host,
	bool isSingleCategoryReport = true,
	bool isTrainingCollection = false,
	bool doFVAnalysis = true
)

Parameters

host
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollection

[Missing <param name="host"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

isSingleCategoryReport (Optional)
Type: SystemBoolean

[Missing <param name="isSingleCategoryReport"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

isTrainingCollection (Optional)
Type: SystemBoolean

[Missing <param name="isTrainingCollection"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

doFVAnalysis (Optional)
Type: SystemBoolean

[Missing <param name="doFVAnalysis"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildShema(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,System.Boolean,System.Boolean,System.Boolean)"]

Usage Note

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