Click or drag to resize

termExploreItemToString Method (ILogBuilder, String, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs a multiline description of the gramCaseSet

Namespace:  imbNLP.Data.semanticLexicon.explore
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void ToString(
	ILogBuilder log,
	string itemName = "Instance",
	bool expanded = false
)

Parameters

log
Type: ILogBuilder
The log.
itemName (Optional)
Type: SystemString

[Missing <param name="itemName"/> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreItem.ToString(imbSCI.Core.reporting.ILogBuilder,System.String,System.Boolean)"]

expanded (Optional)
Type: SystemBoolean

[Missing <param name="expanded"/> documentation for "M:imbNLP.Data.semanticLexicon.explore.termExploreItem.ToString(imbSCI.Core.reporting.ILogBuilder,System.String,System.Boolean)"]

See Also