Click or drag to resize

DocumentSetReportingExtensionsBuildRow 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.BuildRow(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,imbWBI.Core.WebClassifier.cases.DocumentSetCase,System.Data.DataTable,System.Boolean,System.Boolean)"]

Namespace:  imbWBI.Core.WebClassifier.reportData
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static DataRow BuildRow(
	this DocumentSetCaseCollection host,
	DocumentSetCase setCase,
	DataTable output,
	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.BuildRow(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,imbWBI.Core.WebClassifier.cases.DocumentSetCase,System.Data.DataTable,System.Boolean,System.Boolean)"]

setCase
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase

[Missing <param name="setCase"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildRow(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,imbWBI.Core.WebClassifier.cases.DocumentSetCase,System.Data.DataTable,System.Boolean,System.Boolean)"]

output
Type: System.DataDataTable

[Missing <param name="output"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildRow(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,imbWBI.Core.WebClassifier.cases.DocumentSetCase,System.Data.DataTable,System.Boolean,System.Boolean)"]

isTrainingCollection (Optional)
Type: SystemBoolean

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

doFVAnalysis (Optional)
Type: SystemBoolean

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

Return Value

Type: DataRow

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.reportData.DocumentSetReportingExtensions.BuildRow(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection,imbWBI.Core.WebClassifier.cases.DocumentSetCase,System.Data.DataTable,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